clean up version control junk in the rootfs directory

SVN-Revision: 7045
This commit is contained in:
Felix Fietkau 2007-04-24 16:29:07 +00:00
parent 383a21f3c5
commit c2401030fc

View file

@ -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