Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32633
Modified Files:
build_toolchain.sh
Log Message:
- Log the command used to generate the test result overview.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- build_toolchain.sh 14 Mar 2006 09:19:10 -0000 1.64
+++ build_toolchain.sh 15 Mar 2006 07:39:22 -0000 1.65
@@ -561,7 +561,7 @@
# Create a test summary to be sent as a proof that the vax-linux
# community exists and is still alive.
- build "${DO_CHECKS_BINUTILS}" && "${GCC_SRC}/contrib/test_summary" -m bin...@so... > "${ALL_BASE}/send_binutils_summary.sh"
+ build "${DO_CHECKS_BINUTILS}" && execute "${GCC_SRC}/contrib/test_summary" -m bin...@so... > "${ALL_BASE}/send_binutils_summary.sh"
popd
#
@@ -707,7 +707,7 @@
# Create a test summary to be sent as a proof that the vax-linux
# community exists and is still alive.
- build "${DO_CHECKS_GCC}" && "${GCC_SRC}/contrib/test_summary" -m gcc...@gc... > "${ALL_BASE}/send_gcc_summary.sh"
+ build "${DO_CHECKS_GCC}" && execute "${GCC_SRC}/contrib/test_summary" -m gcc...@gc... > "${ALL_BASE}/send_gcc_summary.sh"
popd
#
|