Skip to content

Commit d05e0fd

Browse files
authored
Merge pull request #8696 from bwbarrett/feature/down-with-cxx-template-repositories
build: Remove C++ cruft
2 parents 6d8c16d + d98b4ae commit d05e0fd

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)