[commit: ghc] master: validate: Note existence of config_args variable (07dc330)

git at git.haskell.org git at git.haskell.org
Sun Apr 17 14:10:42 UTC 2016


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

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

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

commit 07dc330736103eee4b94607ef488b3578155f82b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Apr 17 13:25:05 2016 +0200

    validate: Note existence of config_args variable


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

07dc330736103eee4b94607ef488b3578155f82b
 validate | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/validate b/validate
index 1735065..ff51564 100755
--- a/validate
+++ b/validate
@@ -33,6 +33,9 @@ Flags:
 
     THREADS=1 ./validate
 
+  You can set the 'config_args' environment variable to pass flags to
+  'configure'.
+
   You can also use environment variables to pass extra options to the
   testsuite. For example:
 



More information about the ghc-commits mailing list