X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=3035b433039870304ab70be28a1231ff1590c265;hb=39271273d6b1fd2cdfe92be1fa30a7eec3cc9107;hp=cb122413ec6bf96e93e34ee8a18ace1d383085ae;hpb=6d0dd9aa562a9f96bf875b7260675609e1171b66;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index cb12241..3035b43 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -34,16 +34,15 @@ stage2 :: stage3 :: $(MAKE) stage=3 -clean distclean:: - -$(CABAL) clean --distpref dist-stage1 - -$(CABAL) clean --distpref dist-stage2 - -$(CABAL) clean --distpref dist-stage3 - $(RM) -rf stage1-inplace - $(RM) -rf stage2-inplace - $(RM) -rf stage3-inplace - -# XXX This should be defined somewhere more central -INPLACE_DATA_DIR = $(FPTOOLS_TOP_ABS)/inplace-datadir +ifeq "$(CLEAN_ALL_STAGES)" "YES" +clean distclean:: clean.stage.1 clean.stage.2 clean.stage.3 +else +clean distclean:: clean.stage.$(stage) +endif + +clean.stage.%: + -$(CABAL) clean --distpref dist-stage$* + $(RM) -rf stage$*-inplace CONFIGURE_FLAGS_STAGE1 += --flags=-ghci