Whamcloud - gitweb
- fixes for symlink handling to the kernel patch
authorbraam <braam>
Tue, 26 Nov 2002 05:55:38 +0000 (05:55 +0000)
committerbraam <braam>
Tue, 26 Nov 2002 05:55:38 +0000 (05:55 +0000)
- deliberately change something in the perl script for versions that broke the build.

lustre/scripts/version_tag.pl

index 9f303ee..828cc13 100644 (file)
@@ -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;