Makefile.ompi-rules: don't set silent building
authorAdrian Bunk <bunk@debian.org>
Mon, 11 Apr 2022 07:32:17 +0000 (08:32 +0100)
committerAlastair McKinstry <mckinstry@debian.org>
Mon, 11 Apr 2022 07:32:17 +0000 (08:32 +0100)
Gbp-Pq: Name verbose-ompi-rules.patch

Makefile.ompi-rules

index d7e1041ca9fa1c2f8437caa0ac14d13f4fbcd8f4..f5e3acb06ad9a2613cffb55bbb43b7ecb37f2f9d 100644 (file)
@@ -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)