Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14583
Modified Files:
build_toolchain.sh
Log Message:
- Remove comment. It seems to work.
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- build_toolchain.sh 30 Nov 2005 21:26:28 -0000 1.32
+++ build_toolchain.sh 10 Dec 2005 15:27:21 -0000 1.33
@@ -447,7 +447,6 @@
fi
if [ "${DO_TIMESTAMP_UCLIBC}" -ne 0 ]; then
pushd "${UCLIBC_SRC}"
- echo "Updating sources with SVN to reflect the state of a given timestamp hasn't ever been tested\!" >&2
execute --restart 6 svn update -r "${TIMESTAMP_UCLIBC}"
popd
fi
|