X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fbuilding%2Fbuilding.xml;h=5994d2d1b4e5cd5c53663b63b0216ca22907ec73;hb=843a94574e7f25fc6156dd3786a9bd961c3f861d;hp=69667b1100e8ceabca82c76fc01a5eed008478d3;hpb=08f6d46191ffd7a4e9f215aadcd253ba42bbda3e;p=ghc-hetmet.git 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