зеркало из https://github.com/mozilla/gecko-dev.git
Move unix build script from mozilla/config to mozilla/build/unix
This commit is contained in:
Родитель
0fb9b725ec
Коммит
09dbc345a6
|
@ -29,6 +29,8 @@
|
|||
#
|
||||
# Send comments, improvements, bugs to Steve Lamm (slamm@netscape.com).
|
||||
|
||||
#$debug = 1;
|
||||
|
||||
$outfile = shift @ARGV;
|
||||
|
||||
@alldeps=();
|
||||
|
@ -56,6 +58,7 @@ while ($line = <>) {
|
|||
$line =~ s/^\s+//;
|
||||
push @{$deps}, split /\s+/, $line;
|
||||
}
|
||||
warn "add @{$deps}\n" if $debug;
|
||||
push @alldeps, $deps;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче