From: Jan-Benedict G. <jb...@us...> - 2005-08-06 23:52:44
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21701 Modified Files: build_toolchain.sh Log Message: - Add missing '&&'. - German speak: "Alles wird gut. Morgen. Morgen wird alles gut." Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- build_toolchain.sh 6 Aug 2005 22:32:05 -0000 1.13 +++ build_toolchain.sh 6 Aug 2005 23:52:33 -0000 1.14 @@ -180,7 +180,7 @@ # # Echo configuration # -[ 1 -eq 1 ] echo " Target: ${TARGET}" +[ 1 -eq 1 ] && echo " Target: ${TARGET}" [ "${DO_TIMESTAMP_BINUTILS}" -ne 0 ] && echo " Binutils timestamp: ${TIMESTAMP_BINUTILS}" [ "${DO_TIMESTAMP_BINUTILS}" -eq 0 ] && echo " Binutils timestamp: last known" [ "${DO_TIMESTAMP_GCC}" -ne 0 ] && echo " GCC timestamp: ${TIMESTAMP_GCC}" |