From c68573248322905d286f930782f5f2ff20156295 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 1 Mar 2022 12:39:43 +0000 Subject: [PATCH] Makefile.ompi-rules: don't set silent building Gbp-Pq: Name verbose-ompi-rules.patch --- Makefile.ompi-rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2