mirror of
https://github.com/git/git.git
synced 2026-01-19 23:20:34 +00:00
msvc: respect the quiet-by-default output
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -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