Browse Source

Re-enable QUIET_MAKE

tags/v0.3.1
Martin Kroeker GitHub 7 years ago
parent
commit
f6021c798d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Makefile.system

+ 3
- 3
Makefile.system 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


Loading…
Cancel
Save