pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc Fix typo and duplicate word in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3466df690fe
branches:  trunk
changeset: 516907:c3466df690fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 31 18:10:00 2006 +0000

description:
Fix typo and duplicate word in comment.

diffstat:

 lang/ghc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 8d2e93bc9f9e -r c3466df690fe lang/ghc/Makefile
--- a/lang/ghc/Makefile Mon Jul 31 17:09:12 2006 +0000
+++ b/lang/ghc/Makefile Mon Jul 31 18:10:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/07/31 02:07:13 kristerw Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/31 18:10:00 wiz Exp $
 
 DISTNAME=      ghc-6.4.2
 PKGREVISION=   3
@@ -36,12 +36,12 @@
 
 # The ghc compiler does normally split the generated C files into small
 # parts before sending them to gcc, to enable the linker to eliminate
-# unused parts.  This does however not play nice with tha pkgsrc
+# unused parts.  This does however not play nice with the pkgsrc
 # framework, and the result is that the build takes more than 5 times
 # as long than when the files are not split.  See
 #    http://mail-index.netbsd.org/tech-pkg/2006/07/30/0005.html
 # for a description of the problem.
-# Disable file splitting until until pkgsrc has been improved.
+# Disable file splitting until pkgsrc has been improved.
 pre-build:
        ${ECHO} "SplitObjs=NO" > ${WRKSRC}/mk/build.mk
 



Home | Main Index | Thread Index | Old Index