From dde482bd0d0d2d97bbba5d8cdda863b6b6580ca6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 1 Nov 2008 17:02:48 +0000 Subject: Only install headers when installing uClibc headers. /trunk/scripts/build/libc/uClibc.sh | 10 5 5 0 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 85f5997..485d45a 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -78,7 +78,7 @@ do_libc_headers() { CT_DoExecLog ALL make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers CT_DoLog EXTRA "Installing headers" - CT_DoExecLog ALL make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev + CT_DoExecLog ALL make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_headers CT_EndStep } @@ -127,12 +127,12 @@ do_libc() { # YEM-FIXME: we want to install libraries in $SYSROOT/lib, but we don't want # to install headers in $SYSROOT/include, thus making only install_runtime. - # Plus, the headers were previously installed earlier with install_dev, so - # all should be well. Unfortunately, the install_dev target does not install - # crti.o and consorts... :-( So reverting to target 'install'. + # Plus, the headers were previously installed earlier with install_headers, + # so all should be well. Unfortunately, the install_headers target does not + # install crti.o and consorts... :-( So reverting to target 'install'. # Note: PARALLELMFLAGS is not usefull for installation. # We do _not_ want to strip anything for now, in case we specifically - # asked for a debug toolchain, thus the STRIPTOOL= assignment + # asked for a debug toolchain, hence the STRIPTOOL= assignment CT_DoLog EXTRA "Installing C library" CT_DoExecLog ALL \ make CROSS=${CT_TARGET}- \ -- cgit v0.10.2-6-g49f6