Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dkrz-sw
yaxt
Commits
163aeea5
Commit
163aeea5
authored
Oct 16, 2019
by
Sergey Kosukhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean debug info directories generated by the linker at MacOS.
parent
b5c85552
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
examples/Makefile.am
examples/Makefile.am
+1
-0
perf/Makefile.am
perf/Makefile.am
+1
-0
tests/Makefile.am
tests/Makefile.am
+1
-1
No files found.
examples/Makefile.am
View file @
163aeea5
...
...
@@ -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
...
...
perf/Makefile.am
View file @
163aeea5
...
...
@@ -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
...
...
tests/Makefile.am
View file @
163aeea5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment