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: rillig
Date: Mon Sep 10 01:04:42 UTC 2018
Modified Files:
pkgsrc/lang/ghc7: bootstrap.mk
Log Message:
lang/ghc7: fix typo in error message
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/lang/ghc7/bootstrap.mk:1.24
--- pkgsrc/lang/ghc7/bootstrap.mk:1.23 Tue Feb 17 21:12:13 2015
+++ pkgsrc/lang/ghc7/bootstrap.mk Mon Sep 10 01:04:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.23 2015/02/17 21:12:13 joerg Exp $
+# $NetBSD: bootstrap.mk,v 1.24 2018/09/10 01:04:41 rillig Exp $
# -----------------------------------------------------------------------------
# Select a bindist of bootstrapping compiler on a per-platform basis.
#
@@ -198,7 +198,7 @@ pre-bootstrap: wrapper
.if empty(BOOT_GHC_LIBDIR)
@if ${BOOT_GHC_LIBDIR_CMD} 2>/dev/null 1>&2; then \
${ERROR_MSG} "Running \"${BOOT_GHC_LIBDIR_CMD}\" has failed during wrapper phase."; \
- ${FAIL_MSG} "Plase run \"${MAKE} clean\" and try again."; \
+ ${FAIL_MSG} "Please run \"${MAKE} clean\" and try again."; \
else \
${ERROR_MSG} "Failed to run \"${BOOT_GHC_LIBDIR_CMD}\":"; \
${BOOT_GHC_LIBDIR_CMD}; \
Home |
Main Index |
Thread Index |
Old Index