summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas De Schampheleire2012-02-08 17:22:19 +0100
committerPeter Korsgaard2012-02-09 22:10:43 +0100
commitee7f92e19f3568a740ee7874112cbd1217ffab05 (patch)
tree030447505e53c9d8c99a2cf0d418f5ef684a9f81
parentdependencies: check minimal make version early on (diff)
downloadbuildroot-ee7f92e19f3568a740ee7874112cbd1217ffab05.tar.gz
buildroot-ee7f92e19f3568a740ee7874112cbd1217ffab05.tar.xz
buildroot-ee7f92e19f3568a740ee7874112cbd1217ffab05.zip
Makefile: change order of dirs and dependencies
If during the dependencies step, a package needs to be downloaded, the download directory already has to be present. If not, the file will be downloaded under the name 'dl' instead of in the directory 'dl'. This patch changes the order of dirs and dependencies in the world target to fix this. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b228f7c3..d3e861063 100644
--- a/Makefile
+++ b/Makefile
@@ -375,7 +375,7 @@ $(BUILD_DIR)/buildroot-config/auto.conf: $(CONFIG_DIR)/.config
prepare: $(BUILD_DIR)/buildroot-config/auto.conf
-world: prepare dependencies dirs $(BASE_TARGETS) $(TARGETS_ALL)
+world: prepare dirs dependencies $(BASE_TARGETS) $(TARGETS_ALL)
$(O)/toolchainfile.cmake:
@echo -en "\