From: Nicolas Thill Date: Thu, 17 Feb 2005 06:36:48 +0000 (+0000) Subject: fix initial root dirs creation when empty cvs dirs are not pruned X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3b787838d2aae23aeb5239dd61eea4e93477ebdb;p=openwrt%2Fsvn-archive%2Farchive.git fix initial root dirs creation when empty cvs dirs are not pruned SVN-Revision: 247 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 0fa90fb40d..b240492b89 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -107,7 +107,7 @@ $(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} + mkdir -p $(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