diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-30 03:12:32 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-30 12:10:46 +0200 |
commit | c495c670cc726ad345072e94e4541a9c5d8fb98a (patch) | |
tree | 0f5fd8ed6f4e95a416dc762ec5c389d2dcad3ff0 /mk | |
parent | c6bb2fc50716a2fc540d55ecddbc5c14e94979f7 (diff) | |
download | haskell-c495c670cc726ad345072e94e4541a9c5d8fb98a.tar.gz |
Build system: remove unused variable CHECK_PACKAGES
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 | ||||
-rw-r--r-- | mk/validate-settings.mk | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index ab177af67e..00c66ca889 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 cfc72343b0..ef3a58e9a6 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 |