summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-25 16:17:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-25 16:17:51 +0200
commita289f2633a156696c9ab0489d50a879726117f12 (patch)
tree13dec59757dcaa3dadc7c5d343bf7cc7399efe34 /package
parentfeb521846269734c771e68e5406662f80d7dd2a5 (diff)
disable uclibc for lemote, still broken
Diffstat (limited to 'package')
-rw-r--r--package/eglibc/Makefile1
-rw-r--r--package/glibc/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index e489c6aad..d9c4cad1e 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -71,5 +71,6 @@ endif
PATH='${TARGET_PATH}' \
$(MAKE) -C $(WRKBUILD) \
install-headers install-bootstrap-headers=yes
+ @find $(IDIR_EGLIBC_DEV) -name .install -delete
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 9cd8748b8..c068c3606 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -63,5 +63,6 @@ endif
install-headers
touch $(IDIR_GLIBC_DEV)/usr/include/gnu/stubs.h
touch $(IDIR_GLIBC_DEV)/usr/include/bits/stdio_lim.h
+ @find $(IDIR_GLIBC_DEV) -name .install -delete
include ${TOPDIR}/mk/pkg-bottom.mk