Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lasse Blaauwbroek
PROSA - Formally Proven Schedulability Analysis
Commits
e61a702b
Commit
e61a702b
authored
8 years ago
by
Felipe Cerqueira
Browse files
Options
Downloads
Patches
Plain Diff
Force make clean to delete every file
parent
8573b097
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
create_makefile.sh
+2
-0
2 additions, 0 deletions
create_makefile.sh
with
3 additions
and
1 deletion
Makefile
+
1
−
1
View file @
e61a702b
...
...
@@ -341,7 +341,7 @@ uninstall: uninstall_me.sh
clean
::
rm
-f
$(
OBJFILES
)
$(
OBJFILES:.o
=
.native
)
$(
NATIVEFILES
)
find
.
-name
.coq-native
-type
d
-empty
-delete
rm
-f
$(
VOFILES
)
$(
VOFILES:.vo
=
.vio
)
$(
GFILES
)
$(
VFILES:.v
=
.v.d
)
$(
VFILES:
=
.beautified
)
$(
VFILES:
=
.old
)
find
-name
"*.vo"
-delete
-o
-name
"*.glob"
-delete
-o
-name
"*.v.d"
-delete
-o
-name
"*.vio"
-delete
-o
-name
"*.old"
-delete
-o
-name
"*.beautified"
-delete
rm
-f
all.ps all-gal.ps all.pdf all-gal.pdf all.glob
$(
VFILES:.v
=
.glob
)
$(
VFILES:.v
=
.tex
)
$(
VFILES:.v
=
.g.tex
)
all-mli.tex
-
rm
-rf
html mlihtml uninstall_me.sh
...
...
This diff is collapsed.
Click to expand it.
create_makefile.sh
+
2
−
0
View file @
e61a702b
...
...
@@ -10,3 +10,5 @@ sed -i 's|$(notdir $(^:.vo=))|$(addprefix rt., $(subst /,., $(^:.vo=)))|g' Makef
# Fix 'make html' so that it parses comments and has links to ssreflect.
sed
-i
's|-interpolate -utf8|-interpolate -utf8 --parse-comments --external https://math-comp.github.io/math-comp/htmldoc/ mathcomp|g'
Makefile
# Fix 'make clean' to remove all binary files, regardless of name
sed
-i
's|rm -f $(VOFILES) $(VOFILES:.vo=.vio) $(GFILES) $(VFILES:.v=.v.d) $(VFILES:=.beautified) $(VFILES:=.old)|find -name "*.vo" -delete -o -name "*.glob" -delete -o -name "*.v.d" -delete -o -name "*.vio" -delete -o -name "*.old" -delete -o -name "*.beautified" -delete|g'
Makefile
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