Searched refs:logfile (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors40 my $logfile;
54 $logfile = $ARGV[0] . '/' . $default_logpath;
65 $logfile = $ARGV[0];
68 $logfile = $default_logfile;
70 $logfile = $default_logpath;
75 # climb the tree, removing one parent at a time to find the logfile
77 $logfile = File::Spec->catfile( @dirtree, $default_logpath);
78 last if ( -f $logfile);
79 # print "$logfile not found\n";
88 if (defined $logfile) {
[all...]

Completed in 20 milliseconds