зеркало из https://github.com/mozilla/pjs.git
oops. Make sure it's debug only.
This commit is contained in:
Родитель
945c3b493e
Коммит
5200dd729a
|
@ -68,7 +68,7 @@ foreach $deps (@alldeps) {
|
|||
$modtimes{$dep_file} = $dep_mtime;
|
||||
}
|
||||
if ($dep_mtime eq '' or $dep_mtime > $mtime) {
|
||||
print "$obj($mtime) older than $dep_file($dep_mtime)\n";
|
||||
print "$obj($mtime) older than $dep_file($dep_mtime)\n" if $debug;
|
||||
push @objs, $obj;
|
||||
last;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче