projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add some fixes for parallel build (does not work with -j4 yet, but it gets most packa...
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
3d9bcb3
..
e966188
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-24,7
+24,11
@@
#--------------------------------------------------------------
TOPDIR=${shell pwd}
export TOPDIR
#--------------------------------------------------------------
TOPDIR=${shell pwd}
export TOPDIR
+ifneq ($(DEVELOPER),)
+CONFIG_CONFIG_IN = Config.in.devel
+else
CONFIG_CONFIG_IN = Config.in
CONFIG_CONFIG_IN = Config.in
+endif
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
@@
-41,6
+45,8
@@
include $(TOPDIR)/rules.mk
all: world
all: world
+.NOTPARALLEL:
+
##############################################################
#
# Build the toolchain
##############################################################
#
# Build the toolchain
This page took
0.023276 seconds
and
4
git commands to generate.