Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Daniël Louwrink
lambda-rust
Commits
44116b68
Commit
44116b68
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
fix for make build-dep to update changed dependencies
parent
2aca245f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+8
-2
8 additions, 2 deletions
Makefile
build/opam-ci.sh
+1
-1
1 addition, 1 deletion
build/opam-ci.sh
with
9 additions
and
3 deletions
Makefile
+
8
−
2
View file @
44116b68
# Process flags
ifeq
($(Y), 1)
YFLAG
=
-y
endif
# Determine Coq version
# Determine Coq version
COQ_VERSION
=
$(
shell coqc
--version
| egrep
-o
'version 8.[0-9]'
| egrep
-o
'8.[0-9]'
)
COQ_VERSION
=
$(
shell coqc
--version
| egrep
-o
'version 8.[0-9]'
| egrep
-o
'8.[0-9]'
)
COQ_MAKEFILE_FLAGS
?=
COQ_MAKEFILE_FLAGS
?=
...
@@ -28,8 +33,9 @@ Makefile.coq: _CoqProject Makefile
...
@@ -28,8 +33,9 @@ Makefile.coq: _CoqProject Makefile
# Install build-dependencies
# Install build-dependencies
build-dep
:
build-dep
:
cat
opam.pins | build/opam-pins.sh
cat
opam.pins | build/opam-pins.sh
opam pin add coq-lambda-rust
"
$$(
pwd
)
#HEAD"
-k
git
-y
-n
opam upgrade
$(
YFLAG
)
opam
install
coq-lambda-rust
--deps-only
-y
opam pin add coq-lambda-rust
"
$$(
pwd
)
#HEAD"
-k
git
-n
-y
opam
install
coq-lambda-rust
--deps-only
$(
YFLAG
)
# some fiels that do *not* need to be forwarded to Makefile.coq
# some fiels that do *not* need to be forwarded to Makefile.coq
Makefile
:
;
Makefile
:
;
...
...
This diff is collapsed.
Click to expand it.
build/opam-ci.sh
+
1
−
1
View file @
44116b68
...
@@ -27,7 +27,7 @@ done
...
@@ -27,7 +27,7 @@ done
# Install/upgrade build-dependencies
# Install/upgrade build-dependencies
echo
echo
opam upgrade
-y
opam upgrade
-y
make build-dep
make build-dep
Y
=
1
# done
# done
echo
echo
...
...
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