From: Ian Lynagh Date: Thu, 5 Oct 2006 14:56:29 +0000 (+0000) Subject: More bootstrapping updates X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=843a94574e7f25fc6156dd3786a9bd961c3f861d;p=ghc-hetmet.git More bootstrapping updates --- diff --git a/docs/building/building.xml b/docs/building/building.xml index 69667b1..5994d2d 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -2641,17 +2641,19 @@ GhcWithSMP = NO $ cd H/includes $ touch ghcautoconf.h DerivedConstants.h GHCConstants.h mkDerivedConstants.c $ touch mkDerivedConstantsHdr mkDerivedConstants.o mkGHCConstants mkGHCConstants.o + Now build the compiler: -$ cd H/includes && make boot && make +$ cd H/utils/mkdependC && make boot && make +$ cd H/includes && make boot && make $ cd H/compat && make boot && make $ cd H/utils && make boot && make -$ cd H/compiler && make boot && make +$ cd H/compiler && make boot && make $ cd H/rts && make boot && make - Don't worry if the build falls over in the RTS, we don't need the RTS yet. + $ cd H/libraries