From e9daf762ea6eee5f1532ebede1148ea5c7522067 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 26 May 2003 08:18:20 +0000 Subject: [PATCH] b=1173 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/scripts/version_tag.pl b/lustre/scripts/version_tag.pl index 868411b..f33443f 100644 --- a/lustre/scripts/version_tag.pl +++ b/lustre/scripts/version_tag.pl @@ -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") { -- 1.8.3.1