2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Minor typo: really enable verbose output when command fails.

[SVN r23105]
This commit is contained in:
Vladimir Prus
2004-06-16 06:25:28 +00:00
parent d2561ac0e1
commit 28e9aab35b

View File

@@ -352,7 +352,7 @@ actions capture-output bind INPUT_FILES output-file
$(ENDIF)
$(SHELL_SET)verbose=$(VERBOSE_TEST)
if $(STATUS_NOT_0)
$(SHELL_SET)verbose=0
$(SHELL_SET)verbose=1
$(ENDIF)
if $(VERBOSE)
echo ====== BEGIN OUTPUT ======