From: Simon Marlow Date: Wed, 23 Jul 2008 14:32:01 +0000 (+0000) Subject: add a "rebuild" target for convenience X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=228c19b0e8a5af4baa51e720f23202422b22ad10 add a "rebuild" target for convenience --- diff --git a/ghc/Makefile b/ghc/Makefile index fba3e9f..806db1a 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -17,6 +17,11 @@ boot:: boot.stage.$(stage) all:: build.stage.$(stage) +rebuild :: + -$(CABAL) clean --distpref dist-stage$(stage) + $(RM) -rf stage$(stage)-inplace + $(MAKE) boot all + stage1 :: $(MAKE) stage=1