mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
removing printf
This commit is contained in:
parent
9635346718
commit
6b1224d0ea
@ -205,7 +205,6 @@ sub FindMakefiles {
|
||||
# Print out module dependency tree.
|
||||
print "\nDependency tree:\n";
|
||||
my $tree_cmd = "mozilla/tools/module-deps/module-graph\.pl --file mozilla/tools/module-deps/meta\.dot --start-module $root_modules --force-order mozilla/tools/module-deps/force_order\.txt --skip-dep-map --skip-list";
|
||||
print "cmd = $tree_cmd\n";
|
||||
system("$tree_cmd");
|
||||
print "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user