X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=23a5384d58d6747bbb8c3457caa069f35a3b01fe;hb=111cd8e022e516e6ba6200687150dc02171b8b75;hp=048b3a59b760aca6126ced3c788ff7003f285dcc;hpb=8e39f6aaf6b194efcdef989a90498b22f09cf424;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 048b3a5..23a5384 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -34,15 +34,25 @@ stage2 :: stage3 :: $(MAKE) stage=3 + ifeq "$(CLEAN_ALL_STAGES)" "YES" clean distclean:: clean.stage.1 clean.stage.2 clean.stage.3 else clean distclean:: clean.stage.$(stage) endif +ifeq "$(CLEAN_ALL_STAGES)" "YES" +distclean:: + $(RM) -f ghc-bin.cabal +endif + clean.stage.%: - -$(CABAL) clean --distpref dist-stage$* $(RM) -rf stage$*-inplace +# This is a bit naughty. We ought to use: +# -$(CABAL) clean --distpref dist-stage$* +# but that won't work if the Cabal file (a generated file) doesn't +# exist. So we do this instead: + $(RM) -rf dist-stage$* CONFIGURE_FLAGS_STAGE1 += --flags=-ghci