mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Don't print the linking command, it's too noisy with "make --quiet" builds.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11186
This commit is contained in:
parent
cb2518d934
commit
b42e9c19bc
@ -15,7 +15,7 @@ use warnings;
|
||||
use strict;
|
||||
|
||||
# expect at least: alt-load-address gcc -o foo bar.o
|
||||
die "Not enougn arguments"
|
||||
die "Not enough arguments"
|
||||
if (($#ARGV + 1) < 5);
|
||||
|
||||
my $ala = $ARGV[0];
|
||||
@ -39,7 +39,7 @@ foreach my $n (2 .. $#ARGV) {
|
||||
$cmd = "$cmd $ARGV[$n]";
|
||||
}
|
||||
|
||||
print "link_tool_exe_darwin: $cmd\n";
|
||||
#print "link_tool_exe_darwin: $cmd\n";
|
||||
|
||||
|
||||
# Execute the command:
|
||||
|
||||
@ -52,7 +52,7 @@ use warnings;
|
||||
use strict;
|
||||
|
||||
# expect at least: alt-load-address gcc -o foo bar.o
|
||||
die "Not enougn arguments"
|
||||
die "Not enough arguments"
|
||||
if (($#ARGV + 1) < 5);
|
||||
|
||||
my $ala = $ARGV[0];
|
||||
@ -76,7 +76,7 @@ foreach my $n (2 .. $#ARGV) {
|
||||
$cmd = "$cmd $ARGV[$n]";
|
||||
}
|
||||
|
||||
print "link_tool_exe_linux: $cmd\n";
|
||||
#print "link_tool_exe_linux: $cmd\n";
|
||||
|
||||
|
||||
# Execute the command:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user