aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-07 00:47:36 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-07 00:47:36 +0000
commit579ae2938b96ab10fd4316bf23006b8fc5ed8253 (patch)
tree2022cb1d13380eb15af98c822b2a2338c7dd6b56 /Makefile
parent93aeaa79a009e20354e3cda7292767cb7d23f309 (diff)
downloadupstream-579ae2938b96ab10fd4316bf23006b8fc5ed8253.tar.gz
upstream-579ae2938b96ab10fd4316bf23006b8fc5ed8253.tar.bz2
upstream-579ae2938b96ab10fd4316bf23006b8fc5ed8253.zip
create some empty missing directories here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2e628051a..81ecc43f8a 100644
--- a/Makefile
+++ b/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)