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:
d99c6e9
)
clean up .svn directories before package build
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Oct 2006 17:34:19 +0000
(17:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Oct 2006 17:34:19 +0000
(17:34 +0000)
SVN-Revision: 5253
openwrt/package/qos-scripts/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/qos-scripts/Makefile
b/openwrt/package/qos-scripts/Makefile
index a278314f8e05af99ffc3c804a557abfa8a26efb3..6098549b597deb837fc3633efec3ceb92357ff7c 100644
(file)
--- a/
openwrt/package/qos-scripts/Makefile
+++ b/
openwrt/package/qos-scripts/Makefile
@@
-22,5
+22,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_QOS_SCRIPTS):
mkdir -p $(IDIR_QOS_SCRIPTS)
$(CP) ./files/* $(IDIR_QOS_SCRIPTS)/
+ find $(IDIR_QOS_SCRIPTS) -name .svn | xargs rm -rf
$(IPKG_BUILD) $(IDIR_QOS_SCRIPTS) $(PACKAGE_DIR)