summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-07 09:30:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-07 09:30:59 +0000
commitf6f2b11ed3fb0ec19ad19905fd79b4f856e8cd23 (patch)
tree24338d298941624198eb1aae52a36dae74605503
parentf8066ba2e87cf1c7586b723283dcfd6caf4a5224 (diff)
fix spurious ifxmips u-boot build errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11387 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e01bb016c..dcba5ac45 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