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
Benoit Viguier
coq-verif-tweetnacl
Commits
c35e31b1
Commit
c35e31b1
authored
Jul 29, 2019
by
Benoit Viguier
Browse files
make sure opam compiles in the correct order: solve race condition
parent
33dc51ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c35e31b1
...
@@ -10,10 +10,14 @@ readme:
...
@@ -10,10 +10,14 @@ readme:
.configure1 .configure2
:
.configure1 .configure2
:
cd
$P
&&
$(SHELL)
configure.sh
cd
$P
&&
$(SHELL)
configure.sh
.building1
:
.configure1
.building2
:
.configure2
.building1 .building2
:
.building1 .building2
:
cd
$P
&&
$(MAKE)
-j
cd
$P
&&
$(MAKE)
-j
all
cd
$P
&&
$(MAKE)
install
cd
$P
&&
$(MAKE)
install
.dusting1
:
.configure1
.dusting2
:
.configure2
.dusting1 .dusting2
:
.dusting1 .dusting2
:
cd
$P
&&
$(MAKE)
clean
cd
$P
&&
$(MAKE)
clean
cd
$P
&&
rm
_CoqProject
cd
$P
&&
rm
_CoqProject
...
@@ -22,16 +26,16 @@ readme:
...
@@ -22,16 +26,16 @@ readme:
# DEFINE REAL TARGETS
# DEFINE REAL TARGETS
coq-tweetnacl-spec
:
P=proofs/spec
coq-tweetnacl-spec
:
P=proofs/spec
coq-tweetnacl-spec
:
.configure1
.building1
coq-tweetnacl-spec
:
.building1
clean-spec
:
P=proofs/spec
clean-spec
:
P=proofs/spec
clean-spec
:
.configure1
.dusting1
clean-spec
:
.dusting1
coq-tweetnacl-vst
:
P=proofs/vst
coq-tweetnacl-vst
:
P=proofs/vst
coq-tweetnacl-vst
:
coq-tweetnacl-spec
.configure2
.building2
coq-tweetnacl-vst
:
coq-tweetnacl-spec .building2
clean-vst
:
P=proofs/vst
clean-vst
:
P=proofs/vst
clean-vst
:
.configure2
.dusting2
clean-vst
:
.dusting2
clean
:
clean-spec clean-vst clean-dist
clean
:
clean-spec clean-vst clean-dist
...
...
opam
View file @
c35e31b1
...
@@ -5,7 +5,7 @@ homepage: "https://gitlab.science.ru.nl/benoit/tweetnacl/"
...
@@ -5,7 +5,7 @@ homepage: "https://gitlab.science.ru.nl/benoit/tweetnacl/"
license: "MIT"
license: "MIT"
build: []
build: []
install: [
install: [
[make "-j%{jobs}%"
"all"
]
[make "-j%{jobs}%"]
]
]
remove: []
remove: []
depends: [
depends: [
...
...
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