Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
d2b904f6
Commit
d2b904f6
authored
Feb 10, 2020
by
POTTIER Francois
Browse files
Improve [make dune] to restore the original active switch.
parent
8ff406b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d2b904f6
...
...
@@ -122,11 +122,13 @@ versions:
.PHONY
:
dune
dune
:
@
for
v
in
$(VERSIONS)
;
do
\
@
current
=
`
opam switch show
`
;
\
for
v
in
$(VERSIONS)
;
do
\
opam switch
$$
v
&&
\
eval
$$
(
opam
env
)
&&
\
opam
install
--yes
dune.2.2.0
;
\
done
done
;
\
opam switch
$$
current
# [make expected] updates the contents of *all* reference files (those
# that contain the expected output of every test). This command should
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment