Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Devesh Prasad
purr-data
Commits
2c74c1f8
Commit
2c74c1f8
authored
7 years ago
by
Albert Gräf
Browse files
Options
Downloads
Patches
Plain Diff
Fix up realclean target so that it also removes files in .gitignore.
parent
5097a10c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-5
2 additions, 5 deletions
Makefile
with
2 additions
and
5 deletions
Makefile
+
2
−
5
View file @
2c74c1f8
...
...
@@ -68,14 +68,11 @@ clean:
cd
Gem/
&&
rm
-f
gemglutwindow.pd_linux Gem.pd_linux
realclean
:
# git clean doesn't see these, but we need to get rid of them to prevent
# subsequent mysterious build failures
rm
-rf
pd/lib
$(
addprefix
externals/disis/, flext/configure stk/configure
)
# The rest requires a working copy of the git repo.
# This requires a working copy of the git repo.
@test
-d
.git
||
(echo
"Not a git repository, bailing out."
&&
false)
git
submodule
deinit
--all
-f
git
checkout
.
git
clean
-dff
git
clean
-dff
x
# Build a self-contained distribution tarball (snapshot). This is pretty much
# the same as in debuild/Makefile and must be run in a working copy of the git
...
...
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