1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 13:22:48 +02:00

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
This commit is contained in:
florian 2006-03-28 13:42:33 +00:00
parent f83f6b641d
commit 192312d978

View File

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