[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. 7fed3623d29483b6d41c545f29ab58c7c09ca1b6

Stefano Zacchiroli zack at upsilon.cc
Thu Apr 10 13:42:56 UTC 2008


The following commit has been merged in the master branch:
commit 515f9c857beeba7361a34ce53544f4919d8d59f7
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Apr 10 15:26:38 2008 +0200

    remove the dependency install -> all
    
    such a dep is harmful: it induces the compilation in native code which
    is not necessarily possible (e.g. where ocamlopt is not available)

diff --git a/make/Makefile.common b/make/Makefile.common
index 7f367c4..19ac256 100644
--- a/make/Makefile.common
+++ b/make/Makefile.common
@@ -26,7 +26,7 @@ DESTFLAG =
 endif
 
 .PHONY: install
-install: all
+install:
 	{ test ! -f $(XARCHIVE) || extra1="*.cmxa *.a"; }; \
 	{ test -z "$(DESTDIR)" || mkdir -p "$(DESTDIR)"; }; \
 	$(OCAMLFIND) install $(DESTFLAG) $(NAME) *.mli *.cmi *.cma META $$extra1 $(extra2)

-- 
dose2 packaging



More information about the Pkg-ocaml-maint-commits mailing list