projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2d4bdf6
)
clean up version control junk in the rootfs directory
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Apr 2007 16:29:07 +0000
(16:29 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Apr 2007 16:29:07 +0000
(16:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7045
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
9a64188
..
04b2912
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-58,6
+58,9
@@
install:
IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
done || true \
)
IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
done || true \
)
+ @-find $(BUILD_DIR)/root -name CVS | xargs -r rm -rf
+ @-find $(BUILD_DIR)/root -name .svn | xargs -r rm -rf
+ @-find $(BUILD_DIR)/root -name '.#*' | xargs -r rm -f
index: $(PACKAGE_DIR)/Packages
index: $(PACKAGE_DIR)/Packages
This page took
0.025482 seconds
and
4
git commands to generate.