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:
1a77458
)
remove .svn directories from image builder
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 12:48:26 +0000
(12:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Nov 2005 12:48:26 +0000
(12:48 +0000)
SVN-Revision: 2375
openwrt/target/linux/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/Makefile
b/openwrt/target/linux/Makefile
index 04f83e648cab6c7787bbaba28669e82de9566c18..f05238b4e98e07af594b4fb0f0044be5e51f30e8 100644
(file)
--- a/
openwrt/target/linux/Makefile
+++ b/
openwrt/target/linux/Makefile
@@
-59,6
+59,7
@@
$(BIN_DIR)/$(IB_NAME).tar.bz2: kernel-install
cp -fpR ./image $(IB_DIR)/
cp $(TOPDIR)/.config $(IB_DIR)/
find $(IB_DIR) -name CVS | xargs rm -rf
+ find $(IB_DIR) -name .svn | xargs rm -rf
(cd $(BUILD_DIR); tar c $(IB_NAME) | bzip2 -c > $(BIN_DIR)/$(IB_NAME).tar.bz2)
ifeq ($(BR2_PACKAGE_IMAGEBUILDER),y)