pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Apr 21 11:23:29 UTC 2020

Modified Files:
        pkgsrc/mk: ocaml.mk

Log Message:
Use MAKE_ENV when calling dune in ocaml.mk


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mk/ocaml.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.27 pkgsrc/mk/ocaml.mk:1.28
--- pkgsrc/mk/ocaml.mk:1.27     Fri Jan 17 09:19:03 2020
+++ pkgsrc/mk/ocaml.mk  Tue Apr 21 11:23:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.27 2020/01/17 09:19:03 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.28 2020/04/21 11:23:29 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -294,7 +294,8 @@ do-build:
 do-build:
 .if !empty(DUNE_BUILD_PACKAGES)
        ${RUN} ${_ULIMIT_CMD} \
-               cd ${WRKSRC} && dune build -j ${MAKE_JOBS:U1} \
+               cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+               dune build -j ${MAKE_JOBS:U1} \
                ${DUNE_BUILD_FLAGS} -p ${DUNE_BUILD_PACKAGES:ts,} \
                ${DUNE_BUILD_TARGETS}
 .else



Home | Main Index | Thread Index | Old Index