summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/150-portability.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-24 20:22:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-24 20:22:01 +0000
commit9edce6b311fdd29bd1db932ad9de808eff59bd41 (patch)
treed0d69ca380a84e471c8b451edceb69c627ec3758 /toolchain/uClibc/patches/150-portability.patch
parentaa222536022b384dc8b5ff996c21ab5451d1739a (diff)
downloadmtk-20170518-9edce6b311fdd29bd1db932ad9de808eff59bd41.zip
mtk-20170518-9edce6b311fdd29bd1db932ad9de808eff59bd41.tar.gz
mtk-20170518-9edce6b311fdd29bd1db932ad9de808eff59bd41.tar.bz2
upgrade to uClibc 0.9.28.2
SVN-Revision: 6353
Diffstat (limited to 'toolchain/uClibc/patches/150-portability.patch')
-rw-r--r--toolchain/uClibc/patches/150-portability.patch11
1 files changed, 1 insertions, 10 deletions
diff --git a/toolchain/uClibc/patches/150-portability.patch b/toolchain/uClibc/patches/150-portability.patch
index b29c16e..71afd50 100644
--- a/toolchain/uClibc/patches/150-portability.patch
+++ b/toolchain/uClibc/patches/150-portability.patch
@@ -8,7 +8,7 @@ Fix portability of build infrastructure
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)lib
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
-$(INSTALL) -m 644 lib/*.[ao] $(PREFIX)$(DEVEL_PREFIX)lib/
-- if [ "$(KERNEL_SOURCE)" == "$(DEVEL_PREFIX)" ] ; then \
+- if [ "$(KERNEL_SOURCE)" = "$(DEVEL_PREFIX)" ] ; then \
- extra_exclude="--exclude include/linux --exclude include/asm'*'" ; \
- else \
- extra_exclude="" ; \
@@ -27,12 +27,3 @@ Fix portability of build infrastructure
@if [ -x lib/ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so ] ; then \
set -e; \
$(SHELL_SET_X); \
-@@ -370,7 +365,7 @@ distclean: clean
- release: distclean
- cd ..; \
- $(RM) -r uClibc-$(VERSION); \
-- cp -dRf uClibc uClibc-$(VERSION); \
-+ cp -PRf uClibc uClibc-$(VERSION); \
- find uClibc-$(VERSION)/ -type f \
- -name .\#* -exec $(RM) -r {} \; ; \
- find uClibc-$(VERSION)/ -type d \