From 37cb08c0906a96e63e33cf8adbcb115ccb77199a Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 19 Jan 2005 11:48:15 +0000 Subject: [PATCH] [project @ 2005-01-19 11:48:15 by simonmar] -jN friendliness --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 1.7.10.4