Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19123
Modified Files:
build_toolchain.sh
Log Message:
- Echo the used timestamp. I'll use this for matching log files with
the path where the build took place.
- This'll aid in auto-building and reporting.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- build_toolchain.sh 24 Sep 2005 15:55:45 -0000 1.17
+++ build_toolchain.sh 30 Sep 2005 19:45:32 -0000 1.18
@@ -196,6 +196,7 @@
# Echo configuration
#
[ 1 -eq 1 ] && echo " Target: ${TARGET}"
+[ 1 -eq 1 ] && echo " Build timestamp: ${NOW}"
[ "${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}"
|