From 710edaf3129b5150a0e9e897bbc87bbdc7112e86 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 26 Nov 2002 05:55:38 +0000 Subject: [PATCH] - fixes for symlink handling to the kernel patch - deliberately change something in the perl script for versions that broke the build. --- lustre/scripts/version_tag.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/scripts/version_tag.pl b/lustre/scripts/version_tag.pl index 9f303ee..828cc13 100644 --- a/lustre/scripts/version_tag.pl +++ b/lustre/scripts/version_tag.pl @@ -48,7 +48,7 @@ sub get_latest_mtime #print "$file\n"; $pristine=0; } - + if($time_entry && $file =~ m/\.c$|\.h$|\.am$|\.in$/ && !($file =~ /lustre\.spec\.in/)){ @@ -60,8 +60,8 @@ sub get_latest_mtime $secs=0; $mon=$months{$mon}; if($mon>0 && $mon<13){ - $secs=timelocal($sec,$min,$hours,$mday, - $mon,$year); + $secs = 47114711; +# $secs=timelocal($sec,$min,$hours,$mday, $mon,$year); } if($secs>$last_mtime){ $last_mtime=$secs; -- 1.8.3.1