From ed2bf29be5ea97f67c7195cd02eaf1bc1515bd36 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 23 Sep 2012 09:50:01 +0000 Subject: build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems SVN-Revision: 33523 --- package/linux-atm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/linux-atm') diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 5a038ee910..f829b709e3 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -79,10 +79,10 @@ unexport PREFIX define Build/Compile # src/qgen is built with HOSTCC, which does not really like our LDFLAGS - $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src/qgen \ + +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/src/qgen \ LDFLAGS="" \ all - $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) OBJCOPY=$(TARGET_CROSS)objcopy all + +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) OBJCOPY=$(TARGET_CROSS)objcopy all endef define Build/InstallDev -- cgit v1.2.3