fix spurious ifxmips u-boot build errors
SVN-Revision: 11387
This commit is contained in:
parent
7a902dfc34
commit
ca8cf89159
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
cp -r ./files/* $(PKG_BUILD_DIR)
|
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
|
cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue