mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-28 09:44:45 +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
|
MKDIR ?= /bin/mkdir -p
|
||||||
TAGS ?= /usr/bin/ctags # emacs source builds or something breaks it
|
TAGS ?= /usr/bin/ctags # emacs source builds or something breaks it
|
||||||
ARFLAGS = rcsD
|
ARFLAGS = rcsD
|
||||||
SILENT ?= 1
|
SILENT ?= 0
|
||||||
ZFLAGS ?=
|
ZFLAGS ?=
|
||||||
XARGS ?= xargs -P4 -rs8000
|
XARGS ?= xargs -P4 -rs8000
|
||||||
NICE ?= build/actuallynice
|
NICE ?= build/actuallynice
|
||||||
|
|
Loading…
Add table
Reference in a new issue