From: Jan-Benedict G. <jb...@us...> - 2006-10-25 07:24:26
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv523 Modified Files: run_test_build.sh Log Message: In cases of error, also name the target in Subject: Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- run_test_build.sh 19 Mar 2006 14:51:10 -0000 1.23 +++ run_test_build.sh 25 Oct 2006 07:24:22 -0000 1.24 @@ -69,7 +69,7 @@ echo "Thanks," echo " Your ${I_AM}" echo - ) | send_stdin "Found lockfile" + ) | send_stdin "Found lockfile while trying to build for ${TARGET}${SUBJECT_ADDON}" exit 1 else touch "${LOCKFILE}" @@ -120,7 +120,7 @@ echo "Thanks," echo " Your ${I_AM}" echo - ) | send_stdin "Updating sources failed" + ) | send_stdin "Updating sources failed for ${TARGET}${SUBJECT_ADDON}" unlock exit 1 fi |