Update of /cvsroot/linux-vax/toolchain/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6585
Modified Files:
build_toolchain.sh
Log Message:
- Add a comment where to find a good pointer for SVN revision numbers,
date syntaxes and the final answer...
- 42
Index: build_toolchain.sh
===================================================================
RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- build_toolchain.sh 15 Mar 2006 07:39:22 -0000 1.65
+++ build_toolchain.sh 21 Mar 2006 19:13:22 -0000 1.66
@@ -470,7 +470,10 @@
execute copy_directory.sh "${UCLIBC_SVN}" "${UCLIBC_SRC}" ${SVN_OMIT_DIR}
#
-# Possibly force specific CVS timestamps
+# Possibly force specific CVS/SVN timestamps. For exmaples of how to make
+# SVN happy to use certain dates/times, have a look at
+# http://svnbook.red-bean.com/en/1.1/ch03s03.html ("Revisions: Numbers,
+# Keywords, and Dates, Oh My!").
#
if [ "${DO_TIMESTAMP_BINUTILS}" -ne 0 ]; then
pushd "${BINUTILS_SRC}"
|