diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2008-06-07 09:30:59 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-07 09:30:59 +0000 |
| commit | 035367e41201dc14dd2b0728b5674a6be743eae4 (patch) | |
| tree | 24338d298941624198eb1aae52a36dae74605503 /target/linux | |
| parent | 825a171096bdf505d454eee555f6371007a89f68 (diff) | |
| download | upstream-035367e41201dc14dd2b0728b5674a6be743eae4.tar.gz upstream-035367e41201dc14dd2b0728b5674a6be743eae4.tar.bz2 upstream-035367e41201dc14dd2b0728b5674a6be743eae4.zip | |
fix spurious ifxmips u-boot build errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ifxmips/image/u-boot/Makefile | 1 |
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 e01bb016cd2..dcba5ac45ad 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 |
