Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
ci
Commits
8c71f227
Commit
8c71f227
authored
Dec 09, 2021
by
Ralf Jung
Browse files
require all makefiles to have the 'builddep-opamfiles' target
parent
75e3e5bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
prepare-opam.sh
View file @
8c71f227
...
...
@@ -49,16 +49,7 @@ opam repo prio iris-dev 1 # make sure this stays at the top
echo
# Make sure the the builddep package(s) exist and are up-to-date.
if
test
-f
opam
;
then
# Old-style package: a single opam file
make build-dep/opam
# Copy it to new-style location
mkdir
-p
builddep
cp
build-dep/opam builddep/opam
else
# New-style package has a dedicated target to just generate the files
make builddep-opamfiles
fi
make builddep-opamfiles
# Update old opam, if we got a cache.
if
[[
-z
"
$FRESH_OPAM
"
]]
;
then
# skip if this is a fresh opam root
...
...
Write
Preview
Markdown
is supported
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