[commit: ghc] wip/nfs-locking: Clarify comment. (f72d396)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:34:53 UTC 2017


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

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

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

commit f72d3961e47c80754c60921b72c52e9e71a2410d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Aug 12 01:30:38 2015 +0100

    Clarify comment.


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

f72d3961e47c80754c60921b72c52e9e71a2410d
 src/Settings/User.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index 8831d65..1ca003b 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -46,7 +46,7 @@ integerLibrary = integerGmp2
 -- Set this to True if you are making any changes in the build system and want
 -- appropriate rebuilds to be initiated. Switching this to False speeds things
 -- up a little (particularly zero builds).
--- WARNING: changing this setting leads to a complete rebuild.
+-- WARNING: a complete rebuild is required when changing this setting.
 trackBuildSystem :: Bool
 trackBuildSystem = False
 



More information about the ghc-commits mailing list