[commit: ghc] master: Build system: remove unused variable CHECK_PACKAGES (c495c67)

git at git.haskell.org git at git.haskell.org
Tue Jun 30 10:12:41 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c495c670cc726ad345072e94e4541a9c5d8fb98a/ghc

>---------------------------------------------------------------

commit c495c670cc726ad345072e94e4541a9c5d8fb98a
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue Jun 30 03:12:32 2015 +0200

    Build system: remove unused variable CHECK_PACKAGES


>---------------------------------------------------------------

c495c670cc726ad345072e94e4541a9c5d8fb98a
 mk/config.mk.in         | 3 ---
 mk/validate-settings.mk | 2 --
 2 files changed, 5 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index ab177af..00c66ca 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -302,9 +302,6 @@ SplitObjs=$(SupportsSplitObjs)
 # Whether to install the extra packages
 InstallExtraPackages = NO
 
-# Run "ghc-pkg check" on each package
-CHECK_PACKAGES = NO
-
 # ----------------------------------------------------------------------------
 
 # There are a number of things which technically depend on GHC (e.g. if
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index cfc7234..ef3a58e 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -31,8 +31,6 @@ SplitObjs       = NO
 NoFibWays       =
 STRIP_CMD       = :
 
-CHECK_PACKAGES = YES
-
 # We want to install DPH when validating, so that we can test it
 InstallExtraPackages = YES
 



More information about the ghc-commits mailing list