X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2Fhc-build;h=1e3decda3129450034a621172d3cbf18424fb2cf;hp=bd9c77b57ecea56fffe7d05a1f3aa559cbf3c849;hb=a3e027a34f5e956da3875ab629aa2427e520f879;hpb=4f7abbdceb83d96ac400488a665245a4b67820ba 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