[commit: ghc] master: Build system: allow missing config.mk for target clean_% (51aacde)

git at git.haskell.org git at git.haskell.org
Sat May 30 15:08:31 UTC 2015


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

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

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

commit 51aacde6f0eab264099330b8d69aa2deb9810917
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue May 26 14:50:50 2015 +0200

    Build system: allow missing config.mk for target clean_%
    
    [skip ci]


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

51aacde6f0eab264099330b8d69aa2deb9810917
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 74bc641..950126c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ default : all
 help:
 	@cat MAKEHELP.md
 
-ifneq "$(filter maintainer-clean distclean clean help,$(MAKECMDGOALS))" ""
+ifneq "$(filter maintainer-clean distclean clean clean_% help,$(MAKECMDGOALS))" ""
 -include mk/config.mk
 else
 include mk/config.mk



More information about the ghc-commits mailing list