Skip to content

Commit ecf98b0

Browse files
committed
build,meta: quiet/pretty make output by default
PR-URL: #26740 Refs: #26252 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent b05fbaa commit ecf98b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ BUILD_DOWNLOAD_FLAGS ?= --download=all
5454
BUILD_INTL_FLAGS ?= --with-intl=small-icu
5555
BUILD_RELEASE_FLAGS ?= $(BUILD_DOWNLOAD_FLAGS) $(BUILD_INTL_FLAGS)
5656

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
6160

6261
# Use -e to double check in case it's a broken link
6362
# Use $(PWD) so we can cd to anywhere before calling this

0 commit comments

Comments
 (0)