Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
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
Model registry
Operate
Environments
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
Tej Chajed
iris
Commits
66904606
Commit
66904606
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
hack makefile to fix coqchk invocation
parent
6405ebbc
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
+9
-4
9 additions, 4 deletions
Makefile
with
9 additions
and
4 deletions
Makefile
+
9
−
4
View file @
66904606
# Makefile originally taken from coq-club
# Makefile originally taken from coq-club
%
:
Makefile.coq
+make
-f
Makefile.coq
$@
all
:
Makefile.coq
all
:
Makefile.coq
+make
-f
Makefile.coq all
+make
-f
Makefile.coq all
...
@@ -6,10 +10,11 @@ clean: Makefile.coq
...
@@ -6,10 +10,11 @@ clean: Makefile.coq
+make
-f
Makefile.coq clean
+make
-f
Makefile.coq clean
rm
-f
Makefile.coq
rm
-f
Makefile.coq
Makefile.coq
:
_CoqProject
Makefile.coq
:
_CoqProject
Makefile
coq_makefile
-f
_CoqProject
-o
Makefile.coq
coq_makefile
-f
_CoqProject
|
sed
's/
$$(
COQCHK
)
$$(
COQCHKFLAGS
)
$$(
COQLIBS
)
/
$$(
COQCHK
)
$$(
COQCHKFLAGS
)
$$(
subst -Q,-R,
$$(
COQLIBS
))
/'
>
Makefile.coq
%
:
Makefile.coq
_CoqProject
:
;
+make
-f
Makefile.coq
$@
Makefile
:
;
.PHONY
:
all clean
.PHONY
:
all clean
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