summaryrefslogtreecommitdiff
path: root/distrib/hc-build
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-10 12:00:00 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-10 12:00:00 +0000
commita3e027a34f5e956da3875ab629aa2427e520f879 (patch)
treed3d3f8791db36a11ea82a3ebf817495d632d2262 /distrib/hc-build
parent4f7abbdceb83d96ac400488a665245a4b67820ba (diff)
downloadhaskell-a3e027a34f5e956da3875ab629aa2427e520f879.tar.gz
additions from Reilly Hayes
Diffstat (limited to 'distrib/hc-build')
-rw-r--r--distrib/hc-build4
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/hc-build b/distrib/hc-build
index bd9c77b57e..1e3decda31 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