[project @ 2005-01-19 11:48:15 by simonmar]
authorsimonmar <unknown>
Wed, 19 Jan 2005 11:48:15 +0000 (11:48 +0000)
committersimonmar <unknown>
Wed, 19 Jan 2005 11:48:15 +0000 (11:48 +0000)
-jN friendliness

Makefile

index 16fcb5d..098146b 100644 (file)
--- 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