From 095dfdceab94665eef41bc40fa9b89adacacb65a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 8 May 2007 10:52:39 +0000 Subject: Bah. Be silent when there is nothing to do: glibc has no config (file) to check. --- scripts/build/libc_glibc.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/libc_glibc.sh b/scripts/build/libc_glibc.sh index 4100ca0d..9f7f69ca 100644 --- a/scripts/build/libc_glibc.sh +++ b/scripts/build/libc_glibc.sh @@ -35,9 +35,7 @@ do_libc_extract() { # 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 -- cgit v1.2.3