Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
mpim-sw
libcdi
Commits
d8f9492d
Commit
d8f9492d
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Do not remove arbitrary files ending with '~' when 'make clean'.
parent
43e042ad
No related branches found
No related tags found
2 merge requests
!11
Consolidation with CDI-PIO (1.8.x)
,
!8
Consolidation with CDI-PIO (1.8.x)
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile.am
+0
-2
0 additions, 2 deletions
Makefile.am
app/Makefile.am
+0
-2
0 additions, 2 deletions
app/Makefile.am
interfaces/Makefile.am
+0
-2
0 additions, 2 deletions
interfaces/Makefile.am
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
2 additions
and
8 deletions
Makefile.am
+
0
−
2
View file @
d8f9492d
...
@@ -6,8 +6,6 @@ doc/cdi_cman.pdf:
...
@@ -6,8 +6,6 @@ doc/cdi_cman.pdf:
doc/cdi_fman.pdf
:
doc/cdi_fman.pdf
:
(
cd
$(
top_srcdir
)
/doc/tex
;
./makepdf_f
;
mv
cdi_fman.pdf ..
;
./cleanup
)
(
cd
$(
top_srcdir
)
/doc/tex
;
./makepdf_f
;
mv
cdi_fman.pdf ..
;
./cleanup
)
CLEANFILES
=
`
ls
*
~
`
EXTRA_DIST
=
\
EXTRA_DIST
=
\
config/default
\
config/default
\
config/interface.rb
\
config/interface.rb
\
...
...
This diff is collapsed.
Click to expand it.
app/Makefile.am
+
0
−
2
View file @
d8f9492d
...
@@ -30,8 +30,6 @@ if ENABLE_ALL_STATIC
...
@@ -30,8 +30,6 @@ if ENABLE_ALL_STATIC
createtable_LDFLAGS
=
-all-static
createtable_LDFLAGS
=
-all-static
endif
endif
CLEANFILES
=
`
ls
*
~
`
clean-local
:
clean-local-dirs
clean-local
:
clean-local-dirs
.PHONY
:
clean-local-dirs
.PHONY
:
clean-local-dirs
clean-local-dirs
:
clean-local-dirs
:
...
...
This diff is collapsed.
Click to expand it.
interfaces/Makefile.am
+
0
−
2
View file @
d8f9492d
...
@@ -113,8 +113,6 @@ if ENABLE_SWIG
...
@@ -113,8 +113,6 @@ if ENABLE_SWIG
endif
endif
endif
endif
CLEANFILES
=
`
ls
*
~
`
# overrides to make regular compilations also use libtool
# overrides to make regular compilations also use libtool
COMPILE
=
$(
LIBTOOL
)
$(
AM_V_lt
)
--tag
=
CC
$(
AM_LIBTOOLFLAGS
)
\
COMPILE
=
$(
LIBTOOL
)
$(
AM_V_lt
)
--tag
=
CC
$(
AM_LIBTOOLFLAGS
)
\
$(
LIBTOOLFLAGS
)
--mode
=
compile
$(
CC
)
-static
$(
DEFS
)
\
$(
LIBTOOLFLAGS
)
--mode
=
compile
$(
CC
)
-static
$(
DEFS
)
\
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
1
View file @
d8f9492d
...
@@ -257,7 +257,7 @@ cdilib.c:
...
@@ -257,7 +257,7 @@ cdilib.c:
(
cd
$(
top_srcdir
)
/src
;
./make_cdilib
)
(
cd
$(
top_srcdir
)
/src
;
./make_cdilib
)
all-local
:
$(PKGCONFIG_FILES)
all-local
:
$(PKGCONFIG_FILES)
CLEANFILES
=
`
ls
*
~
`
CLEANFILES
=
if
CREATE_ISOC
if
CREATE_ISOC
CLEANFILES
+=
$(
mo_cdi_modfile
)
CLEANFILES
+=
$(
mo_cdi_modfile
)
endif
endif
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
View file @
d8f9492d
...
@@ -138,7 +138,7 @@ test_resource_copy_mpi_LDADD = $(LDADD) $(UUID_C_LIB)
...
@@ -138,7 +138,7 @@ test_resource_copy_mpi_LDADD = $(LDADD) $(UUID_C_LIB)
endif
endif
clean-local
:
clean-local-dirs
clean-local
:
clean-local-dirs
-
rm
-f
*
~
*
.grb
*
.grb2
*
.nc
*
.nc2
*
.nc4
*
.srv
*
.svc
*
.ext
*
.cksum
*
.ieg
*
.log
*
.stderr
*
.stdout
-
rm
-f
*
.grb
*
.grb2
*
.nc
*
.nc2
*
.nc4
*
.srv
*
.svc
*
.ext
*
.cksum
*
.ieg
*
.log
*
.stderr
*
.stdout
.PHONY
:
clean-local-dirs
.PHONY
:
clean-local-dirs
clean-local-dirs
:
clean-local-dirs
:
-
rm
-rf
test_cdf_const.d
*
.dSYM
-
rm
-rf
test_cdf_const.d
*
.dSYM
...
...
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