-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
My package not-ocamlfind is a thin wrapper of ocamlfind, that does a few extra things. It includes a copy of ocamlfind, so I can access internal APIs. The build for not-ocamlfind builds that ocamlfind. A recent opam-ci run yielded a build-error on FreeBSD, and the attached little patch fixed it.
BUT I have difficulty believing that there is a Makefile error on FreeBSD, so I figured I should ask before sending you a PR.
modified local-packages/ocamlfind/src/findlib/Makefile
@@ -109,7 +109,7 @@ topfind.ml: topfind.ml.in
topfind.compat.in: topfind.in
if [ "$(OCAML_REMOVE_DIRECTORY)" = "1" ]; then \
- cp $< $@; \
+ cp topfind.in topfind.compat.in; \
else \
sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' $< \
> $@ ; \
Metadata
Metadata
Assignees
Labels
No labels