[commit: ghc] master: Clarify confusing notice from `make maintainer-clean` (d0d9dc0)

git at git.haskell.org git at git.haskell.org
Thu Nov 6 12:05:01 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d0d9dc040b54cfd9ced12c5c260ae143fe4e7ec0/ghc

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

commit d0d9dc040b54cfd9ced12c5c260ae143fe4e7ec0
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Wed Nov 5 09:39:50 2014 +0100

    Clarify confusing notice from `make maintainer-clean`


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

d0d9dc040b54cfd9ced12c5c260ae143fe4e7ec0
 testsuite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/Makefile b/testsuite/Makefile
index 65d9e9a..401e30a 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -32,5 +32,5 @@ clean distclean maintainer-clean:
 	$(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 "NOTICE: To clean up test files, try running 'make CLEANUP=1 CLEAN_ONLY=YES' in the testsuite directory"
 	@echo



More information about the ghc-commits mailing list