summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-17 11:42:02 +0000
committerIan Lynagh <igloo@earth.li>2008-08-17 11:42:02 +0000
commit06781a444251b6aabfd9079f85ebcfa794f9db23 (patch)
treefdcc4e267adbac176fa897fc2460e54b2fd60170 /Makefile
parentcf690bef85f23a001d110daad26b11057f58d8fc (diff)
downloadhaskell-06781a444251b6aabfd9079f85ebcfa794f9db23.tar.gz
When making in compiler/, automatically make in ghc/ when we are done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 157fd31482..d2cd6b8853 100644
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,6 @@ stage1 : $(GCC_LIB_DEP) check-all
$(MAKE) --no-print-directory -C $$i $(MFLAGS) all; \
if [ $$? -eq 0 -o $$x_on_err -eq 0 ] ; then true; else exit 1; fi; \
done
- $(MAKE) -C ghc stage=1 boot
- $(MAKE) -C ghc stage=1
$(MAKE) -C rts boot
$(MAKE) -C rts
$(MAKE) -C libraries all
@@ -151,14 +149,10 @@ stage2 : check-all
ifeq "$(HADDOCK_DOCS)" "YES"
$(MAKE) -C compiler stage=2 doc
endif
- $(MAKE) -C ghc stage=2 boot
- $(MAKE) -C ghc stage=2
stage3 : check-all
$(MAKE) -C compiler stage=3 boot
$(MAKE) -C compiler stage=3
- $(MAKE) -C ghc stage=3 boot
- $(MAKE) -C ghc stage=3
bootstrap : bootstrap2