[commit: testsuite] master: don't include $(EXTRA_HC_OPTS) twice (072e67e)

Simon Marlow marlowsd at gmail.com
Thu Aug 9 11:48:31 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/072e67e38243e6490f9486c7f6b08b4e35dbb738

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

commit 072e67e38243e6490f9486c7f6b08b4e35dbb738
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Jul 31 10:01:00 2012 +0100

    don't include $(EXTRA_HC_OPTS) twice

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

 mk/test.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/mk/test.mk b/mk/test.mk
index d5ac25e..6fc9afa 100644
--- a/mk/test.mk
+++ b/mk/test.mk
@@ -129,7 +129,6 @@ RUNTEST_OPTS +=  \
 	--config=$(CONFIG) \
 	-e 'config.confdir="$(CONFIGDIR)"' \
 	-e 'config.compiler="$(TEST_HC)"' \
-	-e 'config.compiler_always_flags.append("$(EXTRA_HC_OPTS)")' \
 	-e 'config.ghc_pkg="$(GHC_PKG)"' \
 	-e 'config.hp2ps="$(HP2PS_ABS)"' \
 	-e 'config.hpc="$(HPC)"' \





More information about the Cvs-ghc mailing list