From 4eb982cf90f16927442f4e7692ce51dd5d21f37b Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Wed, 27 Jul 2011 11:34:51 +0200 Subject: 'source' target should depend on 'dirs' In the following command flow: make distclean make _defconfig make source the dl directory would normally be created by the first wget download. If there are no such downloads, e.g. because you use a local download mirror (e.g. scp, file) or only use git/svn/hg/bzr repositories, the dl directory is not created automatically. This causes e.g. the 'pushd' command in the respective _DOWNLOAD commands to fail. This patch adds a dependency to the 'dirs' target to 'source', fixing this scenario. Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02a165999..df6ce8f53 100644 --- a/Makefile +++ b/Makefile @@ -486,7 +486,7 @@ target-purgelocales: done endif -source: $(TARGETS_SOURCE) $(HOST_SOURCE) +source: dirs $(TARGETS_SOURCE) $(HOST_SOURCE) external-deps: @$(MAKE) -Bs DL_MODE=SHOW_EXTERNAL_DEPS $(EXTRAMAKEARGS) source | sort -u -- cgit v1.2.3-55-g7522