summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-07 09:30:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-07 09:30:59 +0000
commitca8cf89159910f77d1ed3f3a6cc5992296a2441a (patch)
treea5d07087cc5c30d3a06705c21273de95e40e9571
parent7a902dfc34ff386ac2e91f2ebdf8920179aafdcd (diff)
downloadmaster-31e0f0ae-ca8cf89159910f77d1ed3f3a6cc5992296a2441a.tar.gz
master-31e0f0ae-ca8cf89159910f77d1ed3f3a6cc5992296a2441a.tar.bz2
master-31e0f0ae-ca8cf89159910f77d1ed3f3a6cc5992296a2441a.zip
fix spurious ifxmips u-boot build errors
SVN-Revision: 11387
-rw-r--r--target/linux/ifxmips/image/u-boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/image/u-boot/Makefile b/target/linux/ifxmips/image/u-boot/Makefile
index e01bb016cd..dcba5ac45a 100644
--- a/target/linux/ifxmips/image/u-boot/Makefile
+++ b/target/linux/ifxmips/image/u-boot/Makefile
@@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Build/Compile
cp -r ./files/* $(PKG_BUILD_DIR)
+ find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
endef