diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-07 00:47:36 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-07 00:47:36 +0000 |
commit | 48b1fea7b5f95322ff1224fdaf2b7e1ba45408de (patch) | |
tree | 8b22cbccd6b2c43fa12f31f94f9a61c642210e36 /openwrt | |
parent | 2bb531bc8bae4ab14a713f7912857927c2a3ba6d (diff) |
create some empty missing directories here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index c2e628051..81ecc43f8 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) |