[Pkg-ocaml-maint-commits] [SCM] ocaml-deriving-ocsigen packaging branch, master, updated. debian/0.1.1a-3-26-g550e6e9
Stephane Glondu
steph at glondu.net
Mon Nov 21 20:16:02 UTC 2011
The following commit has been merged in the master branch:
commit 550e6e932b62e59366d2c7020643fe15dbc3acff
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Nov 21 20:45:15 2011 +0100
Pass $(MAKE_EXTRA_VARS) to calls to $(MAKE) in rules
diff --git a/debian/rules b/debian/rules
index f7545c9..159b0b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,12 @@ endif
.PHONY: override_dh_auto_build
override_dh_auto_build:
- $(MAKE) $(BUILD_TARGET)
+ $(MAKE) $(MAKE_EXTRA_VARS) $(BUILD_TARGET)
.PHONY: override_dh_auto_install
override_dh_auto_install:
mkdir -p $(OCAMLFIND_DESTDIR)
- $(MAKE) $(INSTALL_TARGET)
+ $(MAKE) $(MAKE_EXTRA_VARS) $(INSTALL_TARGET)
.PHONY: override_dh_install
override_dh_install:
--
ocaml-deriving-ocsigen packaging
More information about the Pkg-ocaml-maint-commits
mailing list