[PVFS2-CVS] commit by robl in pvfs2-1: configure.in
CVS commit program
cvs at parl.clemson.edu
Wed Feb 16 22:27:07 EST 2005
Update of /projects/cvsroot/pvfs2-1
In directory parlweb:/tmp/cvs-serv32011
Modified Files:
configure.in
Log Message:
take the @ out of the date string. It confuses at least one kernel module
environment (Suse Enterprise Linux on bluegene)
Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/configure.in,v
diff -u -w -p -u -r1.223 -r1.224
--- configure.in 15 Feb 2005 18:31:28 -0000 1.223
+++ configure.in 17 Feb 2005 03:27:07 -0000 1.224
@@ -13,8 +13,9 @@ dnl
dnl for test builds, insert the build date and time information into
dnl into the version; for official releases, clear the PVFS2_PRE line
dnl
-dnl PVFS2 versioning information
-CONFIGURE_TIME=`date -u +"%F@%T"`
+dnl PVFS2 versioning information.
+dnl An @ in the date string can confuse e.g. scp and 'make kmod'
+CONFIGURE_TIME=`date -u +"%F-%T"`
PVFS2_MAJOR=1
PVFS2_MINOR=1
PVFS2_SUB=0
More information about the PVFS2-CVS
mailing list