fix initial root dirs creation when empty cvs dirs are not pruned
SVN-Revision: 247
This commit is contained in:
parent
1914c16f25
commit
b3aeb6d579
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue