Skip to content

Commit 8570a75

Browse files
committed
build: remove unused configuration from mpisync
The mpisync application does not use any of the CPPFLAGS that were being explicitly added in the Makefile.am. This looks like copy and paste extras from ompi_info. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 25827a4 commit 8570a75

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

ompi/tools/mpisync/Makefile.am

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,6 @@
2626
# $HEADER$
2727
#
2828

29-
30-
31-
AM_CFLAGS = \
32-
-DOPAL_CONFIGURE_USER="\"@OPAL_CONFIGURE_USER@\"" \
33-
-DOPAL_CONFIGURE_HOST="\"@OPAL_CONFIGURE_HOST@\"" \
34-
-DOPAL_CONFIGURE_DATE="\"@OPAL_CONFIGURE_DATE@\"" \
35-
-DOMPI_BUILD_USER="\"$$USER\"" \
36-
-DOMPI_BUILD_HOST="\"$${HOSTNAME:-`(hostname || uname -n) | sed 1q`}\"" \
37-
-DOMPI_BUILD_DATE="\"`$(top_srcdir)/config/getdate.sh`\"" \
38-
-DOMPI_BUILD_CFLAGS="\"@CFLAGS@\"" \
39-
-DOMPI_BUILD_CPPFLAGS="\"@CPPFLAGS@\"" \
40-
-DOMPI_BUILD_CXXFLAGS="\"@CXXFLAGS@\"" \
41-
-DOMPI_BUILD_CXXCPPFLAGS="\"@CXXCPPFLAGS@\"" \
42-
-DOMPI_BUILD_FFLAGS="\"@FFLAGS@\"" \
43-
-DOMPI_BUILD_FCFLAGS="\"@FCFLAGS@\"" \
44-
-DOMPI_BUILD_LDFLAGS="\"@LDFLAGS@\"" \
45-
-DOMPI_BUILD_LIBS="\"@LIBS@\"" \
46-
-DOPAL_CC_ABSOLUTE="\"@OPAL_CC_ABSOLUTE@\"" \
47-
-DOMPI_CXX_ABSOLUTE="\"@OMPI_CXX_ABSOLUTE@\""
48-
4929
include $(top_srcdir)/Makefile.ompi-rules
5030

5131
man_pages = mpisync.1

0 commit comments

Comments
 (0)