build,meta: quiet/pretty make output by default · nodejs/node@ecf98b0 (original) (raw)

Original file line number Diff line number Diff line change
@@ -54,10 +54,9 @@ BUILD_DOWNLOAD_FLAGS ?= --download=all
54 54 BUILD_INTL_FLAGS ?= --with-intl=small-icu
55 55 BUILD_RELEASE_FLAGS ?= (BUILDDOWNLOADFLAGS)(BUILD_DOWNLOAD_FLAGS) (BUILDDOWNLOADFLAGS)(BUILD_INTL_FLAGS)
56 56
57 -# Default to verbose builds.
58 -# To do quiet/pretty builds, run `make V=` to set V to an empty string,
59 -# or set the V environment variable to an empty string.
60 -V ?= 1
57 +# Default to quiet/pretty builds.
58 +# To do verbose builds, run `make V=1` or set the V environment variable.
59 +V ?= 0
61 60
62 61 # Use -e to double check in case it's a broken link
63 62 # Use $(PWD) so we can cd to anywhere before calling this