config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 07 21:25:57 2008 +0000 (2008-07-07)
changeset 642 887ce0523903
parent 182 223c84ec2d90
child 916 68af6b83ff7e
permissions -rw-r--r--
Although working with bash, 'echo -n' is really non-portable.
Get rid of this by using printf(1) with no trailing new-line (\n).
Again, thanks to Martin GUY, who pointed this issue.

/trunk/kconfig/kconfig.mk | 2 1 1 0
/trunk/scripts/build/libc_uClibc.sh | 4 3 1 0 ++
/trunk/scripts/showSamples.sh | 78 39 39 0 +++++++++++++++++++++---------------------
3 files changed, 43 insertions(+), 41 deletions(-)
     1 source config/global.in
     2 source config/target.in
     3 source config/toolchain.in
     4 source config/kernel.in
     5 source config/gmp_mpfr.in
     6 source config/binutils.in
     7 source config/cc.in
     8 source config/libc.in
     9 source config.gen/tools.in
    10 source config.gen/debug.in