From 199f38884fd4128979283086fbb77dc0631f0567 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 16 Jan 2012 11:48:00 +0000 Subject: Parse the ghc --info values using a Haskell program, and cache the results Should improve startup time of make in the testsuite, and it is simpler. --- testsuite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/Makefile') diff --git a/testsuite/Makefile b/testsuite/Makefile index 9bb1c7d11e..97ee47f2fb 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -21,4 +21,4 @@ endif clean distclean maintainer-clean: $(MAKE) -C $(TOP)/timeout $@ - + $(RM) -f mk/*.o mk/*.hi mk/ghc-config mk/ghc-config.exe mk/ghcconfig*.mk -- cgit v1.2.1