-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use ocamlfind instead of opam to discover where ocaml-src is located #142
Conversation
… and where to install and uninstall to Discussed in mirage#134 (comment) and mirage#134 (comment) by @shym and @dinosaure
I wonder if using |
May be |
We should probably also just fail if |
thanks for your feedback, I removed uninstall (it is unused anyways), and adapted install.sh to use |
the remaining question I have is how defensive should If there's some strong opinion to act differently, please raise your voice - best with a brief explanation why it should be more defensive. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I agree with the approach: install.sh
doesn’t need to accomodate for direct invocation and so $PREFIX
should be empty only when the user has explicitly set it so in configure.sh
, so there should be no surprise there.
Thanks, squash-merged. |
and where to install and uninstall to
Discussed in #134 (comment) and #134 (comment) by @shym and @dinosaure