From: Jan-Benedict G. <jb...@us...> - 2005-08-06 22:32:14
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11681 Modified Files: build_toolchain.sh Log Message: - Re-add the line I constantly keep deleting... - Add a reminder for poor old JBG to not delete this line. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- build_toolchain.sh 6 Aug 2005 22:29:09 -0000 1.12 +++ build_toolchain.sh 6 Aug 2005 22:32:05 -0000 1.13 @@ -180,6 +180,7 @@ # # Echo configuration # +[ 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}" |