From a3e027a34f5e956da3875ab629aa2427e520f879 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 10 May 2006 12:00:00 +0000 Subject: [PATCH 1/1] additions from Reilly Hayes --- distrib/hc-build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distrib/hc-build b/distrib/hc-build index bd9c77b..1e3decd 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -46,7 +46,11 @@ esac echo "*** Building compiler..." ./configure --enable-hc-boot $configopts +# ToDo: figure out the minimal correct sequence here $MAKE -C utils/mkdependC boot all +$MAKE -C utils/unlit boot all +$MAKE -C utils/mkdirhier boot all +$MAKE -C driver/mangler boot all $MAKE -C includes boot all $MAKE -C rts boot all $MAKE -C libraries boot all GhcBootLibs=YES -- 1.7.10.4