X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cca016f893833bb00fa62055d7160158a38aa740..b8e8a507ad892c47765d86fa80125058d7b3233c:/package/Makefile diff --git a/package/Makefile b/package/Makefile index d6af3f28f..59ee670a7 100644 --- a/package/Makefile +++ b/package/Makefile @@ -24,13 +24,13 @@ $(STAMP_DIR) $(TARGET_DIR): ifeq ($(QUIET),1) %-compile %-install: FORCE - $(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; } + $(MAKE) -j1 -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; } %-prepare %-prereq %-download %-clean: FORCE else %-prepare %-prereq %-download %-clean %-compile %-install: FORCE endif - $(MAKE) -C $* $(patsubst $*-%,%,$@) + $(MAKE) -j1 -C $* $(patsubst $*-%,%,$@) %-refresh %-update: -$(MAKE) -C $* $(patsubst $*-%,%,$@)