aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-24 16:29:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-24 16:29:07 +0000
commitc2401030fc515583d9c353a49c470dc287dc6bb8 (patch)
tree140941c6f398e35e87cee5c85db7a90ff9c68d96 /package/Makefile
parent383a21f3c591a8ba46ae8336ff5266d7a02fd281 (diff)
downloadupstream-c2401030fc515583d9c353a49c470dc287dc6bb8.tar.gz
upstream-c2401030fc515583d9c353a49c470dc287dc6bb8.tar.bz2
upstream-c2401030fc515583d9c353a49c470dc287dc6bb8.zip
clean up version control junk in the rootfs directory
SVN-Revision: 7045
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 9a641881a3..04b2912dc7 100644
--- 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 \
)
+ @-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