Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-IntrinSec
Commits
b525fbe0
Commit
b525fbe0
authored
Sep 21, 2020
by
Xavier Leroy
Browse files
No need for -R options, _CoqProject contains them already
parent
e7b938f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
coq
View file @
b525fbe0
#!/bin/sh
# Start coqide with the right
-I
options
# Start coqide with the right options
# Use the Makefile to rebuild dependencies if needed
# Recompile the modified file after coqide editing
INCLUDES
=
`
make print-includes
`
make
-q
${
1
}
o
||
{
make
-n
${
1
}
o |
grep
-v
"
\\
b
${
1
}
\\
b"
|
\
(
while
read
cmd
;
do
...
...
@@ -12,4 +10,4 @@ make -q ${1}o || {
done
)
}
"
${
COQBIN
}
coqide"
-async-proofs
off
$INCLUDES
$1
&&
make
${
1
}
o
"
${
COQBIN
}
coqide"
-async-proofs
off
$1
&&
make
${
1
}
o
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment