From e6481efa802df927d40e8a6f6f4fde6ed59f6be2 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 31 Jan 2021 11:30:42 -0800 Subject: [PATCH] Use `make SILENT=0` by default Silent build configs are good for the core developers of a project because they understand the build config, however it's an obstacle for newcomers who'll be better served by seeing the build commands --- build/definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/definitions.mk b/build/definitions.mk index 556dcd883..4359b9c29 100644 --- a/build/definitions.mk +++ b/build/definitions.mk @@ -49,7 +49,7 @@ SED ?= /bin/sed MKDIR ?= /bin/mkdir -p TAGS ?= /usr/bin/ctags # emacs source builds or something breaks it ARFLAGS = rcsD -SILENT ?= 1 +SILENT ?= 0 ZFLAGS ?= XARGS ?= xargs -P4 -rs8000 NICE ?= build/actuallynice