From: simonmar Date: Wed, 19 Jan 2005 11:48:15 +0000 (+0000) Subject: [project @ 2005-01-19 11:48:15 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1220 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=37cb08c0906a96e63e33cf8adbcb115ccb77199a [project @ 2005-01-19 11:48:15 by simonmar] -jN friendliness --- diff --git a/Makefile b/Makefile index 16fcb5d..098146b 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,8 @@ build :: ifeq "$(findstring ghc, $(SUBDIRS))" "ghc" +.PHONY: stage1 stage2 stage3 bootstrap bootstrap2 bootstrap3 + stage1 : build stage2 : @@ -88,8 +90,12 @@ stage3 : $(MAKE) -C ghc/compiler stage=3 bootstrap : bootstrap2 -bootstrap2 : stage1 stage2 -bootstrap3 : stage1 stage2 stage3 + +bootstrap2 : stage1 + $(MAKE) stage2 + +bootstrap3 : bootstrap2 + $(MAKE) stage3 all :: bootstrap