Re-enable QUIET_MAKE

This commit is contained in:
Martin Kroeker 2018-06-05 19:09:38 +02:00 committed by GitHub
parent e8002536ec
commit f6021c798d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ ifeq ($(DEBUG), 1)
GETARCH_FLAGS += -g
endif
#ifeq ($(QUIET_MAKE), 1)
#MAKE += -s
#endif
ifeq ($(QUIET_MAKE), 1)
MAKE += -s
endif
ifndef NO_PARALLEL_MAKE
NO_PARALLEL_MAKE=0