Skip to content

Commit f6021c7

Browse files
authored
Re-enable QUIET_MAKE
1 parent e800253 commit f6021c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.system

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ ifeq ($(DEBUG), 1)
155155
GETARCH_FLAGS += -g
156156
endif
157157

158-
#ifeq ($(QUIET_MAKE), 1)
159-
#MAKE += -s
160-
#endif
158+
ifeq ($(QUIET_MAKE), 1)
159+
MAKE += -s
160+
endif
161161

162162
ifndef NO_PARALLEL_MAKE
163163
NO_PARALLEL_MAKE=0

0 commit comments

Comments
 (0)