Skip to content

Commit b676440

Browse files
authored
Merge pull request #9137 from bwbarrett/feature/clean-up-mpisync-makefile
build: remove unused configuration from mpisync
2 parents 8d30c1a + 8570a75 commit b676440

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)