[commit: testsuite] master: plugins01 should be using $(TEST_HC_OPTS), not $(HC_OPTS) (728c232)

Ian Lynagh igloo at earth.li
Thu Mar 7 15:22:32 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/728c232d1685c5bb68c74b3fb4b2eeb435fbe773

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

commit 728c232d1685c5bb68c74b3fb4b2eeb435fbe773
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Mar 7 14:21:45 2013 +0000

    plugins01 should be using $(TEST_HC_OPTS), not $(HC_OPTS)
    
    Removes the need to explicitly pass it -fforce-recomp

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

 tests/plugins/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/plugins/Makefile b/tests/plugins/Makefile
index 136593b..ccabade 100644
--- a/tests/plugins/Makefile
+++ b/tests/plugins/Makefile
@@ -5,6 +5,6 @@ include $(TOP)/mk/test.mk
 .PHONY: plugins01
 
 plugins01:
-	"$(TEST_HC)" $(HC_OPTS) -fforce-recomp --make -v0 plugins01.hs -package-db simple-plugin/pkg.plugins01/local.package.conf -fplugin Simple.Plugin -fplugin-opt Simple.Plugin:Irrelevant_Option -package simple-plugin
+	"$(TEST_HC)" $(TEST_HC_OPTS) --make -v0 plugins01.hs -package-db simple-plugin/pkg.plugins01/local.package.conf -fplugin Simple.Plugin -fplugin-opt Simple.Plugin:Irrelevant_Option -package simple-plugin
 	./plugins01
 





More information about the ghc-commits mailing list