projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix InstallDev bug
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
a94eee9
..
79807e0
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-24,8
+24,8
@@
endif
CP=cp -fpR
CP=cp -fpR
-MAKE1=make
-MAKEFLAGS=
-j$(CONFIG_JLEVEL) V=$(V) $(EXTRA
_MAKEFLAGS)
+BUILD_MAKEFLAGS= V=$(V) $(EXTRA_MAKEFLAGS)
+MAKEFLAGS=
$(BUILD
_MAKEFLAGS)
# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(CONFIG_ARCH)))
WGET:=$(strip $(subst ",, $(CONFIG_WGET)))
# Strip off the annoying quoting
ARCH:=$(strip $(subst ",, $(CONFIG_ARCH)))
WGET:=$(strip $(subst ",, $(CONFIG_WGET)))
This page took
0.020389 seconds
and
4
git commands to generate.