[commit: ghc] master: Remove a couple of unused make variables (c3a9ded)
Ian Lynagh
igloo at earth.li
Sun Mar 17 15:53:00 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/c3a9ded019b5dfd3b6fa6753c4a282c3a47c1524
>---------------------------------------------------------------
commit c3a9ded019b5dfd3b6fa6753c4a282c3a47c1524
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Mar 17 14:03:07 2013 +0000
Remove a couple of unused make variables
>---------------------------------------------------------------
mk/config.mk.in | 6 ------
1 file changed, 6 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 5e74ff0..ef8acf6 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -221,12 +221,6 @@ BeConservative = NO
ExtraMakefileSanityChecks = NO
-#
-# Building various ways?
-# (right now, empty if not).
-BuildingParallel=$(subst mp,YES,$(filter mp,$(WAYS)))
-BuildingGranSim=$(subst mg,YES,$(filter mg,$(WAYS)))
-
#------------------------------------------------------------------------------
# Options for Libraries
More information about the ghc-commits
mailing list