summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-28 18:26:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-28 18:26:21 +0000
commitfcf0aa5ab719ccbd74893e5445c2b28cecc105a9 (patch)
tree5ca29be44bf55c8eeabe69bc20b54f423094555c /Makefile
parent74304a4323198b46e6e1a6606e12ca79e7f4ba26 (diff)
downloadmaster-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.gz
master-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.bz2
master-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.zip
make sure tmp/info gets created
SVN-Revision: 6749
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bcbfd561b9..9b358c3b7a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,9 +45,11 @@ ifeq ($(FORCE),)
endif
tmp/.pkginfo: FORCE
+ @mkdir -p tmp/info
@$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="pkginfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPS="$(shell ls include/package*.mk) include/kernel.mk" SCAN_EXTRA=""
tmp/.targetinfo: FORCE
+ @mkdir -p tmp/info
@$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="targetinfo" SCAN_DIR="target/linux" SCAN_NAME="target" SCAN_DEPS="$(shell ls include/kernel*.mk)" SCAN_EXTRA=""
tmpinfo-clean: FORCE