projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773bbce
)
Remove svn and cvs directories at creation time, fixes #421
author
Florian Fainelli
<
[email protected]
>
Tue, 28 Mar 2006 13:42:33 +0000
(13:42 +0000)
committer
Florian Fainelli
<
[email protected]
>
Tue, 28 Mar 2006 13:42:33 +0000
(13:42 +0000)
SVN-Revision: 3521
openwrt/target/linux/imagebuilder/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/imagebuilder/Makefile
b/openwrt/target/linux/imagebuilder/Makefile
index 8ed7a5cc022c9af4fac687b6aaa3c57c0136f83f..4afb4d45a750e0095fb4eec2058c24b548e7d105 100644
(file)
--- 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