X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=d41c50194857a42fa655d3156e0ba40f9a2a732b;hb=1ab3f87c52afc1f85ebddd55683af1dcd3644027;hp=376351619646da6cdf955160d927cc67236f80b9;hpb=474955abf3fe4d26171b3ba5ecdbc1784c80cf3a;p=ghc-hetmet.git 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 \