mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 13:52:37 +00:00
Improve error messages, print full path of offending directory.
This commit is contained in:
parent
3052458a05
commit
947a676b00
@ -89,7 +89,7 @@ sub domakefile {
|
||||
|
||||
$srcdir or die "No srcdir found in file $dir/Makefile";
|
||||
|
||||
open MAKE, "<$curdir/$srcdir/Makefile.in" or die "Couldn't find file 'Makefile.in' in $srcdir";
|
||||
open MAKE, "<$curdir/$srcdir/Makefile.in" or die "Couldn't find file 'Makefile.in' in $curdir/$srcdir";
|
||||
|
||||
my @lastLines; # buffer to store last three lines in (to emulate diff -B3)
|
||||
my $i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user