From: pschwan Date: Mon, 26 May 2003 08:18:20 +0000 (+0000) Subject: b=1173 X-Git-Tag: v1_7_100~1^71~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e9daf762ea6eee5f1532ebede1148ea5c7522067;p=fs%2Flustre-release.git 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. --- 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") {