From 5e2851a21945b7b0f67203c260ecdbb9d97af007 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 14 May 2008 17:52:53 +0000 Subject: Introduce a new option to render (or not) uClibc' build verbose. /trunk/scripts/build/libc_uClibc.sh | 6 4 2 0 ++++-- /trunk/config/libc/uClibc.in | 23 23 0 0 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) --- scripts/build/libc_uClibc.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh index 1add33fe..42ac5d93 100644 --- a/scripts/build/libc_uClibc.sh +++ b/scripts/build/libc_uClibc.sh @@ -75,10 +75,10 @@ do_libc_headers() { CT_DoYes "" |make CROSS= PREFIX="${CT_SYSROOT_DIR}/" oldconfig 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Building headers" - make CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL + make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL CT_DoLog EXTRA "Installing headers" - make CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev 2>&1 |CT_DoLog ALL + make ${CT_LIBC_UCLIBC_VERBOSITY} CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev 2>&1 |CT_DoLog ALL CT_EndStep } @@ -120,6 +120,7 @@ do_libc() { make CROSS=${CT_TARGET}- \ PREFIX="${CT_SYSROOT_DIR}/" \ STRIPTOOL=true \ + ${CT_LIBC_UCLIBC_VERBOSITY} \ all 2>&1 |CT_DoLog ALL # YEM-FIXME: we want to install libraries in $SYSROOT/lib, but we don't want @@ -134,6 +135,7 @@ do_libc() { make CROSS=${CT_TARGET}- \ PREFIX="${CT_SYSROOT_DIR}/" \ STRIPTOOL=true \ + ${CT_LIBC_UCLIBC_VERBOSITY} \ install 2>&1 |CT_DoLog ALL CT_EndStep -- cgit v1.2.3