From ca8cf89159910f77d1ed3f3a6cc5992296a2441a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 7 Jun 2008 09:30:59 +0000 Subject: [PATCH] fix spurious ifxmips u-boot build errors SVN-Revision: 11387 --- target/linux/ifxmips/image/u-boot/Makefile | 1 + 1 file changed, 1 insertion(+) 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