Browse Source

target/sdk: fix parallel build calls

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39912
Felix Fietkau 11 years ago
parent
commit
fd27fb770d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      target/sdk/files/Makefile

+ 5 - 0
target/sdk/files/Makefile

@@ -19,6 +19,11 @@ include $(TOPDIR)/include/host.mk
 ifneq ($(OPENWRT_BUILD),1)
   override OPENWRT_BUILD=1
   export OPENWRT_BUILD
+
+  empty:=
+  space:= $(empty) $(empty)
+  _SINGLE=export MAKEFLAGS=$(space);
+
   include $(TOPDIR)/include/debug.mk
   include $(TOPDIR)/include/depends.mk
   include $(TOPDIR)/include/toplevel.mk