From 192312d978b59b0c74b34d3b6a115ff1453c6159 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 28 Mar 2006 13:42:33 +0000 Subject: Remove svn and cvs directories at creation time, fixes #421 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3521 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/imagebuilder/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/imagebuilder') diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index 8ed7a5cc0..4afb4d45a 100644 --- a/openwrt/target/linux/imagebuilder/Makefile +++ b/openwrt/target/linux/imagebuilder/Makefile @@ -45,4 +45,5 @@ build: if [ -d ./files.$(LIST) ]; then \ $(CP) --remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \ fi + find $(LINUX_BUILD_DIR)/root -name '.svn' || 'CVS' | xargs rm -rf $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install -- cgit v1.2.3