diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-01-16 11:48:00 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-01-16 13:31:20 +0000 |
commit | 199f38884fd4128979283086fbb77dc0631f0567 (patch) | |
tree | a426ab18b5b000c3a98800279dcfe12d85c74e4f /testsuite/Makefile | |
parent | 5ff65d76259203a211a38b043e3e75835fa04fc7 (diff) | |
download | haskell-199f38884fd4128979283086fbb77dc0631f0567.tar.gz |
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.
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |