projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7496f80
)
create some empty missing directories here
author
Waldemar Brodkorb
<mail@waldemar-brodkorb.de>
Mon, 7 Feb 2005 00:47:36 +0000
(
00:47
+0000)
committer
Waldemar Brodkorb
<mail@waldemar-brodkorb.de>
Mon, 7 Feb 2005 00:47:36 +0000
(
00:47
+0000)
SVN-Revision: 219
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index c2e628051aec229c9ac5d82e72f2d06b1d7573dc..81ecc43f8aa248fca2551734ec8ffc1e1d41f1db 100644
(file)
--- 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)