Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27640
Modified Files:
build_toolchain.sh
Log Message:
- Use YYYYMMDD-hhmmss time format.
- Add a ' ' to properly line up.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- build_toolchain.sh 5 Jan 2006 19:41:13 -0000 1.57
+++ build_toolchain.sh 5 Jan 2006 20:40:46 -0000 1.58
@@ -336,7 +336,7 @@
"$@"
RETVAL=$?
set -e
- echo "#-Stop at `date` with ret=${RETVAL} in `pwd`: $*"
+ echo "#-Stop at `current_utc_time` with ret=${RETVAL} in `pwd`: $*"
echo
if [ "${RETVAL}" -eq 0 ]; then
|