Browse Source

remove API dir to workaround a initramfs regeneration problem

Waldemar Brodkorb 10 years ago
parent
commit
581e895d16
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/uclibc/Makefile

+ 2 - 0
package/uclibc/Makefile

@@ -80,5 +80,7 @@ uclibc-test-install:
 	${CP} $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/${PKG_NAME}-${PKG_VERSION}/{Rules.mak,.config} \
 		${IDIR_UCLIBC_TEST}/opt/uclibc
 	@find ${IDIR_UCLIBC_TEST}/opt/uclibc -name \*.o -exec rm {} \;
+	# there is a problem with initramfs generation with the API dir. tests are disabled anyway.
+	rm -rf ${IDIR_UCLIBC_TEST}/opt/uclibc/API
 
 include ${ADK_TOPDIR}/mk/pkg-bottom.mk