summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-04-03 17:58:53 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-04-03 18:52:57 +0200
commitab0743f84aabc2b4f5681c09a3e11cb219d114e4 (patch)
treef755ec332e0d1b18727d1d61e24fb7c90b5e8b9e /ghc.mk
parentfd1099cb7076b94f776a06212b5ba2ae1aac0673 (diff)
downloadhaskell-ab0743f84aabc2b4f5681c09a3e11cb219d114e4.tar.gz
Comments only, mostly typos
[skip ci]
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 3638a1ba62..b9bba13199 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -49,18 +49,18 @@
# o Build utils/ghc-pkg
# o Build utils/hsc2hs
# * For each package:
-# o configure, generate package-data.mk and inplace-pkg-info
+# o configure, generate package-data.mk and inplace-pkg-config
# o register each package into inplace/lib/package.conf
# * build libffi (if not disabled by --with-system-libffi)
# * With bootstrapping compiler:
# o Build libraries/{filepath,hpc,Cabal}
# o Build compiler (stage 1)
-# * With stage 1:
+# * With stage 1 compiler:
# o Build libraries/*
# o Build rts
# o Build utils/* (except haddock)
# o Build compiler (stage 2)
-# * With stage 2:
+# * With stage 2 compiler:
# o Build utils/haddock
# o Build compiler (stage 3) (optional)
# * With haddock: