[commit: ghc] wip/nfs-locking: Fix GenApply arguments (e3aedfe)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:11:50 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/e3aedfef1d68e98b59d19307203a16895ac98de6/ghc

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

commit e3aedfef1d68e98b59d19307203a16895ac98de6
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Oct 23 01:58:24 2016 +0100

    Fix GenApply arguments


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

e3aedfef1d68e98b59d19307203a16895ac98de6
 src/Settings/Builders/GenApply.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Settings/Builders/GenApply.hs b/src/Settings/Builders/GenApply.hs
index 6ebb295..b268c07 100644
--- a/src/Settings/Builders/GenApply.hs
+++ b/src/Settings/Builders/GenApply.hs
@@ -2,6 +2,5 @@ module Settings.Builders.GenApply (genApplyBuilderArgs) where
 
 import Settings.Builders.Common
 
--- TODO: Dead code? ifeq "$(GhcUnregisterised)" "YES" GENAPPLY_OPTS = -u
 genApplyBuilderArgs :: Args
-genApplyBuilderArgs = mempty
+genApplyBuilderArgs = builder GenApply ? flag GhcUnregisterised ? arg "-u"



More information about the ghc-commits mailing list