Skip to content

Commit d98b4ae

Browse files
committed
build: Remove C++ cruft
Remove the template repository cleanup code from when ompi_info was written in C++. It looks like the code to actually AC_SUBST the template variable was removed long ago, with only these clean rules remaining from the dark days. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent f455578 commit d98b4ae

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

ompi/tools/mpisync/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,5 @@ mpisync_SOURCES = \
7878
mpisync_LDADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
7979
mpisync_LDADD += $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
8080

81-
clean-local:
82-
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
83-
8481
distclean-local:
8582
rm -f $(man_pages)

ompi/tools/ompi_info/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,5 @@ ompi_info_SOURCES = \
6868
ompi_info_LDADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
6969
ompi_info_LDADD += $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
7070

71-
clean-local:
72-
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
73-
7471
distclean-local:
7572
rm -f $(man_pages)

oshmem/tools/oshmem_info/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,5 @@ oshmem_info_LDADD = $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
7474
oshmem_info_LDADD += $(top_builddir)/oshmem/liboshmem.la
7575
oshmem_info_LDADD += $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
7676

77-
clean-local:
78-
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
79-
8077
distclean-local:
8178
rm -f $(man_pages)

0 commit comments

Comments
 (0)