From 47e00ec4a85b492a1e9f8750b4ba12963a10d76a Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Tue, 26 May 2015 16:22:57 +0200 Subject: Build system: don't set CLEANING=NO We only ever check if CLEANING=YES. [skip ci] --- ghc.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ghc.mk b/ghc.mk index 8ce26d2e75..3e7372a5bd 100644 --- a/ghc.mk +++ b/ghc.mk @@ -100,10 +100,6 @@ else $(error Make has restarted itself $(MAKE_RESTARTS) times; is there a makefile bug? See http://ghc.haskell.org/trac/ghc/wiki/Building/Troubleshooting#Makehasrestarteditself3timesisthereamakefilebug for details) endif -ifneq "$(CLEANING)" "YES" -CLEANING = NO -endif - # ----------------------------------------------------------------------------- # Misc GNU make utils @@ -263,15 +259,13 @@ include rules/cmm-objs.mk # Suffix rules cause "make clean" to fail on Windows (trac #3233) # so we don't make any when cleaning. ifneq "$(CLEANING)" "YES" - include rules/hs-suffix-rules-srcdir.mk include rules/hs-suffix-way-rules-srcdir.mk include rules/hs-suffix-way-rules.mk include rules/hi-rule.mk include rules/c-suffix-rules.mk include rules/cmm-suffix-rules.mk - -endif # CLEANING=YES +endif # ----------------------------------------------------------------------------- # Building package-data.mk files from .cabal files -- cgit v1.2.1