[llvm-commits] [PATCH] Setup ocamldoc to build on the website.
Gordon Henriksen
gordonhenriksen at mac.com
Mon Mar 31 22:39:18 PDT 2008
On Apr 1, 2008, at 00:26, Erick Tryzelaar wrote:
> This lets ocamldoc run without depending on llvm-config existing.
>
> It also changes it so that the .odoc files depend on the
> installed .cmi files instead of the ones in the build directory.
This latter change seems undesirable. What's the motivation? We never
want to touch files outside of objdir unless explicitly requested by
'make install' or -'uninstall'. Frequently, the building user doesn't
have write permission to install directories (e.g., /usr/local).
> I'm not yet sure if this is enough for the BUILD_FOR_WEBSITE
> though.
> ---
> bindings/ocaml/Makefile.ocaml | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
— Gordon
More information about the llvm-commits
mailing list