# HG changeset patch # User "Yann E. MORIN" # Date 1178621559 0 # Node ID b8924cbdca26ba0331115c9f08050c5eb567c96b # Parent cfc4834a3f2f00326a92c2b92236451d96af1975 Bah. Be silent when there is nothing to do: glibc has no config (file) to check. diff -r cfc4834a3f2f -r b8924cbdca26 scripts/build/libc_glibc.sh --- a/scripts/build/libc_glibc.sh Tue May 08 10:42:03 2007 +0000 +++ b/scripts/build/libc_glibc.sh Tue May 08 10:52:39 2007 +0000 @@ -35,9 +35,7 @@ # There is nothing to do for glibc check config do_libc_check_config() { - CT_DoStep INFO "Checking C library configuration" - CT_DoLog EXTRA "glibc has nothing to check" - CT_EndStep + : } # This function installs the glibc headers needed to build the core compiler