mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
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
This commit is contained in:
parent
39bb91fc44
commit
e6481efa80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue