Re-enable QUIET_MAKE
This commit is contained in:
parent
e8002536ec
commit
f6021c798d
|
@ -155,9 +155,9 @@ ifeq ($(DEBUG), 1)
|
||||||
GETARCH_FLAGS += -g
|
GETARCH_FLAGS += -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(QUIET_MAKE), 1)
|
ifeq ($(QUIET_MAKE), 1)
|
||||||
#MAKE += -s
|
MAKE += -s
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
ifndef NO_PARALLEL_MAKE
|
ifndef NO_PARALLEL_MAKE
|
||||||
NO_PARALLEL_MAKE=0
|
NO_PARALLEL_MAKE=0
|
||||||
|
|
Loading…
Reference in New Issue