pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc94



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Feb  1 08:47:50 UTC 2023

Modified Files:
        pkgsrc/lang/ghc94: bootstrap.mk

Log Message:
lang/ghc94: Honor ALL_ENV in the pre-build target


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ghc94/bootstrap.mk

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

Modified files:

Index: pkgsrc/lang/ghc94/bootstrap.mk
diff -u pkgsrc/lang/ghc94/bootstrap.mk:1.3 pkgsrc/lang/ghc94/bootstrap.mk:1.4
--- pkgsrc/lang/ghc94/bootstrap.mk:1.3  Tue Jan 24 06:20:10 2023
+++ pkgsrc/lang/ghc94/bootstrap.mk      Wed Feb  1 08:47:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.3 2023/01/24 06:20:10 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.4 2023/02/01 08:47:50 pho Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis. See
 # ./files/BOOTSTRAP.md for details.
@@ -143,7 +143,8 @@ pre-build:
 
        @${PHASE_MSG} "Building Hadrian for GHC ${BOOT_VERSION}"
        ${RUN}cd ${WRKSRC}/hadrian/bootstrap && \
-               python bootstrap.py -s ${DISTDIR}/${DIST_SUBDIR}/${HADRIAN_BOOT_SOURCE}
+               ${PKGSRC_SET_ENV} ${ALL_ENV} \
+                       python bootstrap.py -s ${DISTDIR}/${DIST_SUBDIR}/${HADRIAN_BOOT_SOURCE}
 
 # This defines how to run the Hadrian command. Also used in do-build and
 # such.



Home | Main Index | Thread Index | Old Index