From: Adrian Bunk Date: Mon, 21 Aug 2023 08:51:43 +0000 (+0100) Subject: Makefile.ompi-rules: don't set silent building X-Git-Tag: archive/raspbian/4.1.6-1+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=95a935be1acea215cfe7660827243fab3c2cbf88;p=openmpi.git Makefile.ompi-rules: don't set silent building Gbp-Pq: Name verbose-ompi-rules.patch --- diff --git a/Makefile.ompi-rules b/Makefile.ompi-rules index d7e1041c..f5e3acb0 100644 --- a/Makefile.ompi-rules +++ b/Makefile.ompi-rules @@ -53,7 +53,7 @@ endif # A little verbosity magic; "make" will show the terse output. "make # V=1" will show the actual commands used (just like the other # Automake-generated compilation/linker rules). -V=0 +#V=0 OMPI_V_LN_S = $(ompi__v_LN_S_$V) ompi__v_LN_S_ = $(ompi__v_LN_S_$AM_DEFAULT_VERBOSITY)