Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
65996c37
Commit
65996c37
authored
Jun 19, 2007
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Delete backup and lock-files in distdir
parent
5fee2b30
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+5
-1
5 additions, 1 deletion
Makefile.am
with
5 additions
and
1 deletion
Makefile.am
+
5
−
1
View file @
65996c37
...
...
@@ -103,8 +103,12 @@ dist-hook:
rm
-rf
`
find
$(
distdir
)
-name
.svn
-a
-type
d
`
@
echo
Deleting CVS directories
in
$(
distdir
)
rm
-rf
`
find
$(
distdir
)
-name
CVS
`
@
echo
Deleting .cvsignore file
in
$(
distdir
)
@
echo
Deleting .cvsignore file
s
in
$(
distdir
)
rm
-f
`
find
$(
distdir
)
-name
'.cvsignore'
`
@
echo
Deleting backup files
in
$(
distdir
)
rm
-f
`
find
$(
distdir
)
-name
'*~'
`
@
echo
Deleting stale lock-files
in
$(
distdir
)
rm
-f
`
find
$(
distdir
)
-name
'.#*'
`
#
# NOTE: you better have GRAPE installed properly before doing this.
...
...
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