File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -90,5 +90,5 @@ maintainer-clean-local:
90
90
atomic_math_noinline.c \
91
91
atomic_cmpset_noinline.c
92
92
93
- distclean :
93
+ distclean-local :
94
94
rm -rf * .dSYM .deps .libs * .log * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -97,5 +97,5 @@ opal_fifo_DEPENDENCIES = $(opal_fifo_LDADD)
97
97
clean-local :
98
98
rm -f opal_bitmap_test_out.txt opal_hash_table_test_out.txt opal_proc_table_test_out.txt
99
99
100
- distclean :
100
+ distclean-local :
101
101
rm -rf * .dSYM .deps .libs * .log * .txt * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -108,5 +108,5 @@ partial_LDADD = \
108
108
$(top_builddir ) /ompi/lib@OMPI_LIBMPI_NAME@.la \
109
109
$(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la
110
110
111
- distclean :
111
+ distclean-local :
112
112
rm -rf * .dSYM .deps .libs * .log * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ event_test_LDADD = \
44
44
$(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la
45
45
event_test_DEPENDENCIES = $(event_test_LDADD )
46
46
47
- distclean :
47
+ distclean-local :
48
48
rm -rf * .dSYM .deps .libs * .log * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -60,5 +60,5 @@ non_blocking_recv_test_LDADD = \
60
60
$(top_builddir ) /ompi/lib@OPAL_LIB_NAME@mpi.la
61
61
non_blocking_recv_test_DEPENDENCIES = $(non_blocking_recv_test_LDADD )
62
62
63
- distclean :
63
+ distclean-local :
64
64
rm -rf * .dSYM .deps * .log * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ if PROJECT_OMPI
45
45
$(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la
46
46
endif # PROJECT_OMPI
47
47
48
- distclean :
48
+ distclean-local :
49
49
rm -rf * .dSYM .deps .libs * .la * .lo monitoring_test test_pvar_access test_overhead check_monitoring example_reduce_count prof * .log * .o * .trs Makefile
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ chello_LDADD = \
29
29
chello_DEPENDENCIES = $(chello_LDADD )
30
30
31
31
32
- distclean :
32
+ distclean-local :
33
33
rm -rf * .dSYM .deps * .log * .o * .trs $(noinst_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ mpool_memkind_SOURCES = mpool_memkind.c
16
16
LDFLAGS = $(OPAL_PKG_CONFIG_LDFLAGS )
17
17
LDADD = $(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la
18
18
19
- distclean :
19
+ distclean-local :
20
20
rm -rf * .dSYM .deps .libs * .log * .o * .trs $(check_PROGRAMS ) Makefile
21
21
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ opal_init_finalize_LDADD = \
56
56
$(top_builddir ) /test/support/libsupport.a
57
57
opal_init_finalize_DEPENDENCIES = $(opal_init_finalize_LDADD )
58
58
59
- distclean :
59
+ distclean-local :
60
60
rm -rf * .dSYM .deps * .log * .o * .trs $(check_PROGRAMS ) Makefile
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ if PROJECT_OMPI
20
20
$(top_builddir ) /opal/lib@OPAL_LIB_NAME@.la
21
21
endif # PROJECT_OMPI
22
22
23
- distclean :
23
+ distclean-local :
24
24
rm -rf * .dSYM .deps .libs * .la * .lo spc_test prof * .log * .o * .trs Makefile
You can’t perform that action at this time.
0 commit comments