X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/362585143d362b5ffe9a140abd210cdea62d012c..98bef3670e4e4d799d1cfbedea4a34e395d4f38e:/Makefile diff --git a/Makefile b/Makefile index fd2a4ad8e..cd9423314 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain @@ -59,8 +61,11 @@ toolchain_install: # ############################################################## -package_install: toolchain - $(MAKE) -C package compile install +package_compile: target_compile + $(MAKE) -C package compile + +package_install: package_compile toolchain + $(MAKE) -C package install ############################################################# # @@ -89,6 +94,9 @@ package_index: target_prepare: $(MAKE) -C target prepare +target_compile: + $(MAKE) -C target compile + target_install: $(MAKE) -C target install