summaryrefslogtreecommitdiff
path: root/package/uclibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-25 00:37:20 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-08-25 00:37:20 +0200
commit581e895d168d24cb93a00b02a7fd86fda5ad6c00 (patch)
tree6863d920497c768637d4bf8e15dbb8afc11958d0 /package/uclibc/Makefile
parentc51e337d0201a41c7bc4915609981b28b329802a (diff)
remove API dir to workaround a initramfs regeneration problem
Diffstat (limited to 'package/uclibc/Makefile')
-rw-r--r--package/uclibc/Makefile2
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