[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. 5e4f613fce3e971ecba324fe442457f2427eebca

Stefano Zacchiroli zack at upsilon.cc
Wed Apr 16 20:59:28 UTC 2008


The following commit has been merged in the master branch:
commit 5e4f613fce3e971ecba324fe442457f2427eebca
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Wed Apr 16 22:58:54 2008 +0200

    cleaner why of avoiding ld.conf fiddling

diff --git a/make/Makefile.common b/make/Makefile.common
index 4e58c36..f37c4af 100644
--- a/make/Makefile.common
+++ b/make/Makefile.common
@@ -29,7 +29,7 @@ endif
 install:
 	{ test ! -f $(XARCHIVE) || extra1="*.cmxa *.a"; }; \
 	{ test -z "$(DESTDIR)" || mkdir -p "$(DESTDIR)"; }; \
-	$(OCAMLFIND) install -ldconf dummy.ld.conf $(DESTFLAG) $(NAME) *.mli *.cmi *.cma META $$extra1 $(extra2)
+	$(OCAMLFIND) install -ldconf ignore $(DESTFLAG) $(NAME) *.mli *.cmi *.cma META $$extra1 $(extra2)
 
 .PHONY: uninstall
 uninstall:

-- 
dose2 packaging



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