Makefile.ompi-rules: don't set silent building

Gbp-Pq: Name verbose-ompi-rules.patch
This commit is contained in:
Adrian Bunk 2022-11-01 14:46:00 +08:00 committed by luoyaoming
parent 48621de87c
commit b3d25dcaab
1 changed files with 1 additions and 1 deletions

View 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)