mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 20:08:24 +00:00
Remove svn and cvs directories at creation time, fixes #421
SVN-Revision: 3521
This commit is contained in:
parent
773bbceaa0
commit
27d117058c
@ -45,4 +45,5 @@ build:
|
|||||||
if [ -d ./files.$(LIST) ]; then \
|
if [ -d ./files.$(LIST) ]; then \
|
||||||
$(CP) --remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
|
$(CP) --remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
|
||||||
fi
|
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
|
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
|
||||||
|
Loading…
Reference in New Issue
Block a user