Skip to content

Commit d749cc0

Browse files
committed
Incorporate @jsquyres suggestions about OMPI_V_GEN & echo'ing another line.
1 parent 0fb0913 commit d749cc0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile.ompi-rules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ if ! MAN_PAGE_BUILD_USEMPIF08_BINDINGS
2020
endif
2121

2222
.1in.1:
23-
@ echo " BUILDING $@"
24-
$(AM_V_CC) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
23+
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
2524
--package-name='@PACKAGE_NAME@' \
2625
--package-version='@PACKAGE_VERSION@' \
2726
--ompi-date='@OMPI_RELEASE_DATE@' \
@@ -31,8 +30,7 @@ endif
3130
--output=$@
3231

3332
.3in.3:
34-
@ echo " BUILDING $@"
35-
$(AM_V_CC) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
33+
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
3634
--package-name='@PACKAGE_NAME@' \
3735
--package-version='@PACKAGE_VERSION@' \
3836
--ompi-date='@OMPI_RELEASE_DATE@' \
@@ -43,8 +41,7 @@ endif
4341
--output=$@
4442

4543
.7in.7:
46-
@ echo " BUILDING $@"
47-
$(AM_V_CC) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
44+
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
4845
--package-name='@PACKAGE_NAME@' \
4946
--package-version='@PACKAGE_VERSION@' \
5047
--ompi-date='@OMPI_RELEASE_DATE@' \

0 commit comments

Comments
 (0)