libc/glibc-common: log even more
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 20 01:15:34 2011 +0100 (2011-03-20)
changeset 23533fd8d44ba9bc
parent 2352 3e4197f32a07
child 2354 c7fa1f177830
libc/glibc-common: log even more

Also log variable assignement for single commands.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/build/libc/glibc-eglibc.sh-common
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Sun Mar 20 01:13:05 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Sun Mar 20 01:15:34 2011 +0100
     1.3 @@ -38,12 +38,12 @@
     1.4      # Pre-seed the configparms file with values from the config option
     1.5      printf "${CT_LIBC_GLIBC_CONFIGPARMS}\n" > configparms
     1.6  
     1.7 +    CT_DoExecLog CFG                                    \
     1.8      BUILD_CC="${CT_BUILD}-gcc"                          \
     1.9      CC=${cross_cc}                                      \
    1.10      CXX=${cross_cxx}                                    \
    1.11      AR=${cross_ar}                                      \
    1.12      RANLIB=${cross_ranlib}                              \
    1.13 -    CT_DoExecLog CFG                                    \
    1.14      "${src_dir}/configure"                              \
    1.15          --prefix=/usr                                   \
    1.16          --with-headers="${CT_HEADERS_DIR}"              \
    1.17 @@ -234,12 +234,12 @@
    1.18      # See also http://sources.redhat.com/ml/libc-alpha/2000-07/msg00024.html.
    1.19      # Set BUILD_CC, or we won't be able to build datafiles
    1.20  
    1.21 +    CT_DoExecLog CFG                                                \
    1.22      BUILD_CC="${CT_BUILD}-gcc"                                      \
    1.23      CFLAGS="${glibc_cflags}"                                        \
    1.24      CC="${CT_TARGET}-gcc ${CT_LIBC_EXTRA_CC_ARGS} ${extra_cc_args}" \
    1.25      AR=${CT_TARGET}-ar                                              \
    1.26      RANLIB=${CT_TARGET}-ranlib                                      \
    1.27 -    CT_DoExecLog CFG                                                \
    1.28      "${src_dir}/configure"                                          \
    1.29          --prefix=/usr                                               \
    1.30          --build=${CT_BUILD}                                         \