From: mquinson Date: Sat, 11 Apr 2009 23:28:40 +0000 (+0000) Subject: add the svn version to the checkall log. I'm getting lost out there X-Git-Tag: v3.3~7 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2fafda3fd8795da9c9d87080ae0c0ceea7a7cd0d add the svn version to the checkall log. I'm getting lost out there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6239 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/checkall b/checkall index 7f48c2f2fc..eeb67cd5a6 100755 --- a/checkall +++ b/checkall @@ -18,7 +18,8 @@ if (-e "CMakeLists.txt") { # launched from dart open LOG,(">checkall.log") || die "Cannot open log file: $!"; my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); -print LOG "Build started on $hour:$min:$sec $mon/$mday/$year\n\n"; +print LOG "Build started on $hour:$min:$sec $mon/$mday/$year\n"; +print LOG "Current svn version is: ".qx(svnversion)."\n\n"; open MAKE,("make 2>&1 |") || die "Cannot fork a make: $!"; while () { print $_;