projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a540114
)
create some empty missing directories here
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Feb 2005 00:47:36 +0000
(
00:47
+0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 7 Feb 2005 00:47:36 +0000
(
00:47
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@219
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c2e6280
..
81ecc43
100644
(file)
--- a/
Makefile
+++ b/
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)
This page took
0.02081 seconds
and
4
git commands to generate.