mirror of
https://github.com/git/git.git
synced 2026-01-18 22:56:21 +00:00
msvc: respect the quiet-by-default output
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Jameson Miller
parent
8901521222
commit
db290c80cf
@@ -57,5 +57,5 @@ if ($is_linking) {
|
||||
unshift(@args, "cl.exe");
|
||||
push(@args, @cflags);
|
||||
}
|
||||
printf("**** @args\n\n\n");
|
||||
printf(STDERR "**** @args\n\n\n") if (!defined($ENV{'QUIET_GEN'}));
|
||||
exit (system(@args) != 0);
|
||||
|
||||
Reference in New Issue
Block a user