pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc96



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Oct 23 09:09:35 UTC 2023

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

Log Message:
lang/ghc96: Improve a comment in bootstrap.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc96/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/ghc96/bootstrap.mk
diff -u pkgsrc/lang/ghc96/bootstrap.mk:1.1 pkgsrc/lang/ghc96/bootstrap.mk:1.2
--- pkgsrc/lang/ghc96/bootstrap.mk:1.1  Mon Oct 23 08:06:48 2023
+++ pkgsrc/lang/ghc96/bootstrap.mk      Mon Oct 23 09:09:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.1 2023/10/23 08:06:48 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.2 2023/10/23 09:09:34 pho Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis. See
 # ./files/BOOTSTRAP.md for details.
@@ -129,10 +129,10 @@ pre-configure:
 # "RTS ways" in "ghc --info" is totally bogus, because GhcRTSWays in
 # hadrian/bindist/config.mk.in does not reflect Hadrian user settings at
 # all. This leads Hadrian to believe that the stage-0 compiler has threaded
-# RTS despite it doesn't. Note that GHC devs are in the process of moving
+# RTS even if it doesn't. Note that GHC devs are in the process of moving
 # the settings file from being generated by configure, to being generated
-# by the build system. This kludge is expected to go away in the (hopefully
-# near) future.
+# by the build system. This workaround is expected to go away in the
+# (hopefully near) future.
        ${RUN}cd ${WRKDIR}/bootkit-dist/${BOOT_ARCHIVE_TOP_DIR} && \
                ${SED} -e '/^GhcRTSWays/d' < mk/config.mk.in > mk/config.mk.in.tmp && \
                ${MV} -f mk/config.mk.in.tmp mk/config.mk.in



Home | Main Index | Thread Index | Old Index