aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-07 00:47:36 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-07 00:47:36 +0000
commitac41159d68dba4c97002ed99ee8511f4e8c94243 (patch)
tree8b22cbccd6b2c43fa12f31f94f9a61c642210e36 /openwrt/Makefile
parent7496f80a900dc6606a8935a935ab93b7f4d567ec (diff)
downloadupstream-ac41159d68dba4c97002ed99ee8511f4e8c94243.tar.gz
upstream-ac41159d68dba4c97002ed99ee8511f4e8c94243.tar.bz2
upstream-ac41159d68dba4c97002ed99ee8511f4e8c94243.zip
create some empty missing directories here
SVN-Revision: 219
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index c2e628051a..81ecc43f8a 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -107,6 +107,8 @@ $(STAGING_DIR):
$(TARGET_DIR):
@mkdir -p $(TARGET_DIR)
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
+ mkdir $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin}
+ chmod 1777 $(TARGET_DIR)/tmp
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
source: $(TARGETS_SOURCE)