pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ghc7
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Oct 14 02:36:30 UTC 2019
Modified Files:
pkgsrc/lang/ghc7: bootstrap.mk
Log Message:
ghc7: minor comment fix in bootstrap.mk (NFC)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/ghc7/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/ghc7/bootstrap.mk
diff -u pkgsrc/lang/ghc7/bootstrap.mk:1.24 pkgsrc/lang/ghc7/bootstrap.mk:1.25
--- pkgsrc/lang/ghc7/bootstrap.mk:1.24 Mon Sep 10 01:04:41 2018
+++ pkgsrc/lang/ghc7/bootstrap.mk Mon Oct 14 02:36:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.24 2018/09/10 01:04:41 rillig Exp $
+# $NetBSD: bootstrap.mk,v 1.25 2019/10/14 02:36:30 gutteridge Exp $
# -----------------------------------------------------------------------------
# Select a bindist of bootstrapping compiler on a per-platform basis.
#
@@ -121,7 +121,7 @@ pre-configure:
# An unusual target "bootstrap"
#
# Build a bootstrapping compiler using an already installed GHC. This
-# can certainly impossible if you don't have one. It's absolutely
+# can certainly be impossible if you don't have one. It's absolutely
# important to build it with the fewest possible run-time
# dependencies, otherwise the resulting binary can easily get
# unusable.
Home |
Main Index |
Thread Index |
Old Index