disable quiet_make for the moment
This commit is contained in:
parent
15a78d6b66
commit
e8002536ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue