[commit: testsuite] master: Add note about how to cleanup test files. (0fbb56a)

Edward Z. Yang ezyang at ghc.haskell.org
Sat Jul 20 20:13:47 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0fbb56a35a6b63ed1b1963b7777003b86f7d3e15

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

commit 0fbb56a35a6b63ed1b1963b7777003b86f7d3e15
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Sat Jul 20 11:13:42 2013 -0700

    Add note about how to cleanup test files.
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>

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

 Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index aacd927..65d9e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,6 @@ clean distclean maintainer-clean:
 	$(RM) -f mk/ghcconfig*.mk
 	$(RM) -f mk/ghc-config mk/ghc-config.exe
 	$(RM) -f driver/*.pyc
+	@echo
+	@echo "NOTICE: To clean up test files, try running 'make CLEANUP=1 CLEAN_ONLY=YES'"
+	@echo






More information about the ghc-commits mailing list