X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=d41c50194857a42fa655d3156e0ba40f9a2a732b;hp=376351619646da6cdf955160d927cc67236f80b9;hb=351afa5ad7cc7012d5460c126cad4999e457a30d;hpb=3212d689cc0a66e3c9e1f9bd745f20160df90642 diff --git a/Makefile b/Makefile index 3763516..d41c501 100644 --- a/Makefile +++ b/Makefile @@ -345,6 +345,18 @@ boot :: @echo "Please use \`make all' only from the top-level, or \`make boot' followed" @echo "by \`make all' in an individual project subdirectory (ghc, hslibs etc.)." +bootstrap : bootstrap2 +bootstrap2 : all stage2 +bootstrap3 : bootstrap2 stage3 + +stage2 : + $(MAKE) -C ghc/compiler boot stage=2 + $(MAKE) -C ghc/compiler stage=2 + +stage3 : + $(MAKE) -C ghc/compiler boot stage=3 + $(MAKE) -C ghc/compiler stage=3 + install :: @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(filter-out $(ProjectsDontInstall), $(SUBDIRS)); do \