From ac41159d68dba4c97002ed99ee8511f4e8c94243 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Feb 2005 00:47:36 +0000 Subject: [PATCH] create some empty missing directories here SVN-Revision: 219 --- openwrt/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2