Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
yaxt
Commits
163aeea5
Commit
163aeea5
authored
5 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Clean debug info directories generated by the linker at MacOS.
parent
b5c85552
Branches
get_num_msg
No related tags found
Loading
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/Makefile.am
+1
-0
1 addition, 0 deletions
examples/Makefile.am
perf/Makefile.am
+1
-0
1 addition, 0 deletions
perf/Makefile.am
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
3 additions
and
1 deletion
examples/Makefile.am
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
perf/Makefile.am
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment