diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-16 16:59:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-16 16:59:47 +0000 |
commit | a3a37d0bb1e9e66c12aa68d0c17dee48a4f7f29e (patch) | |
tree | 55e7cb676b6270c01af8c7fc05dc89c545a74109 /target/linux/Makefile | |
parent | a15a10c85adbfe2a4d5ce0985cbe6ca9cc28f9b7 (diff) | |
download | upstream-a3a37d0bb1e9e66c12aa68d0c17dee48a4f7f29e.tar.gz upstream-a3a37d0bb1e9e66c12aa68d0c17dee48a4f7f29e.tar.bz2 upstream-a3a37d0bb1e9e66c12aa68d0c17dee48a4f7f29e.zip |
rework parallel building to get rid of some warnings and add back support for parallelizing the kernel build fixes #3882
SVN-Revision: 12322
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 1bdd5ae149..769452274b 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -10,4 +10,4 @@ include $(INCLUDE_DIR)/target.mk export TARGET_BUILD=1 prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE - @$(NO_TRACE_MAKE) -C $(BOARD) $@ + @+$(NO_TRACE_MAKE) -C $(BOARD) $@ |