From: Martin Kroeker Date: Tue, 5 Jun 2018 16:23:01 +0000 (+0200) Subject: disable quiet_make for the moment X-Git-Tag: v0.3.1~1^2~29^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8002536ec90b74148abce1c3de9bca0061dbe32;p=platform%2Fupstream%2Fopenblas.git disable quiet_make for the moment --- diff --git a/Makefile.system b/Makefile.system index eaf3e98..5c16e2b 100644 --- a/Makefile.system +++ b/Makefile.system @@ -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