[commit: nofib] master: mostyclean dist and .ghc.environment (291463e)

git at git.haskell.org git at git.haskell.org
Mon Feb 25 12:38:26 UTC 2019


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/291463e56831c064cc97eabfebafc6a093e01ffd/nofib

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

commit 291463e56831c064cc97eabfebafc6a093e01ffd
Author: Oleg Grenrus <oleg.grenrus at iki.fi>
Date:   Mon Feb 25 11:03:58 2019 +0200

    mostyclean dist and .ghc.environment


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

291463e56831c064cc97eabfebafc6a093e01ffd
 nofib-analyse/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nofib-analyse/Makefile b/nofib-analyse/Makefile
index 229f804..3b0a3d4 100644
--- a/nofib-analyse/Makefile
+++ b/nofib-analyse/Makefile
@@ -17,7 +17,7 @@ boot :: $(PROG)
 .PHONY: mostlyclean clean distclean maintainer-clean
 
 mostlyclean::
-	rm -rf dist-newstyle
+	rm -rf dist-newstyle dist .ghc.environment.*
 
 clean:: mostlyclean
 	rm -f $(PROG)



More information about the ghc-commits mailing list