disable quiet_make for the moment
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 5 Jun 2018 16:23:01 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 16:23:01 +0000 (18:23 +0200)
Makefile.system

index eaf3e98..5c16e2b 100644 (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