Skip to content
Snippets Groups Projects
Commit 163aeea5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Clean debug info directories generated by the linker at MacOS.

parent b5c85552
Branches get_num_msg
No related tags found
Loading
......@@ -75,6 +75,7 @@ FCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
clean-local:
-rm -f *.i
-rm -rf *.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
# top-level Makefile expects the directory containing this Makefile to be
......
......@@ -59,6 +59,7 @@ FCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
clean-local:
-rm -f *.i
-rm -rf *.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
# top-level Makefile expects the directory containing this Makefile to be
......
......@@ -319,7 +319,6 @@ TESTS = \
XFAIL_TESTS = \
test_xmap_all2all_fail_run
AUTOMAKE_OPTIONS = color-tests
EXTRA_DIST = core
......@@ -354,6 +353,7 @@ EXTRA_DIST = core
clean-local:
-rm -f *.$(FCMODEXT) *.i
-rm -rf *.dSYM
# When an out-of-source build takes place, the 'distclean' recipe of the
# top-level Makefile expects the directory containing this Makefile to be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment