Whamcloud - gitweb
b=1173
authorpschwan <pschwan>
Mon, 26 May 2003 08:18:20 +0000 (08:18 +0000)
committerpschwan <pschwan>
Mon, 26 May 2003 08:18:20 +0000 (08:18 +0000)
Remove all files from lib/, put the functions into various other
modules as appropriate, and remove the bits to create the symlinks.
Tested in UML and lightly on dev.  Builds, inserts, mounts.

lustre/scripts/version_tag.pl

index 868411b..f33443f 100644 (file)
@@ -59,6 +59,9 @@ sub get_latest_mtime()
             $cur_dir =~ s/\/CVS\/Entries$//;
             my @statbuf = stat("$cur_dir/$file");
             my $mtime = $statbuf[9];
+            if (!defined($mtime)) {
+                next;
+            }
             my $local_date = gmtime($mtime);
             if ($local_date ne $date &&
                 $file ne "lustre.spec.in") {