Skip to content
Snippets Groups Projects
Commit 57abc937 authored by erwan's avatar erwan
Browse files

Build: remove a remaining occurence of camlp4 in the depend section of the opam file

parent 23e06dec
No related branches found
No related tags found
No related merge requests found
Pipeline #28175 passed
......@@ -67,10 +67,11 @@ opam-rel :
opam-test :
./sh/make-opam-pack $(NAME) -test
opam-pr:
cp $(OPAM_DIR) /home/jahier/local/opam-repository/packages/
WWW="/import/www/DIST-TOOLS/SYNCHRONE"
OPAM_FILE=$(shell find $(WWW)/opam-repository/packages -name opam | head -1 | sed -e 's/^./\U&/')
OPAM_DIR=`dirname $(OPAM_FILE)`
opam-pr:
cp $(OPAM_DIR) /home/jahier/local/opam-repository/packages/
xxx:
echo "OPAM_FILE=$(OPAM_FILE) WWW=$(WWW)"
This diff is collapsed.
......@@ -20,7 +20,6 @@ build-test: [
]
depends: [
"base-unix"
"camlp4"
"ocamlbuild" {build}
"ocamlfind"
"num"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment