crosstool-ng/scripts/build
Yann E. MORIN" 22bd5ce4ca 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(-)
2008-07-07 21:25:57 +00:00
..
debug Newer, better, tsocks(1)-like wrapper script for D.U.M.A. 2008-06-30 20:37:14 +00:00
tools Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
binutils.sh Better configure binutils, both for host and target. 2008-05-14 17:58:07 +00:00
cc_gcc.sh Do al ittle bit more jobs in parallel while building gcc. 2008-06-27 11:18:02 +00:00
debug.sh Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically sorted. 2008-05-03 09:53:49 +00:00
gmp.sh GMP and MPFR are no longer a sub-component of gcc (config-wise). 2008-06-20 15:16:43 +00:00
kernel_linux-libc-headers.sh Add the full crosstool-NG sources to the new repository of its own. 2007-02-24 11:00:05 +00:00
kernel_linux.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
libc_glibc.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
libc_uClibc.sh Although working with bash, 'echo -n' is really non-portable. 2008-07-07 21:25:57 +00:00
mpfr.sh GMP and MPFR are no longer a sub-component of gcc (config-wise). 2008-06-20 15:16:43 +00:00
tools.sh Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically sorted. 2008-05-03 09:53:49 +00:00