diff options
-rw-r--r-- | package/uclibc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile index 5aca96af6..9b2fa1da1 100644 --- a/package/uclibc/Makefile +++ b/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 |