2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +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 18af23fee7
commit aea2f1aa58

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 ======