diff options
author | Ian Lynagh <igloo@earth.li> | 2006-10-05 14:56:29 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-10-05 14:56:29 +0000 |
commit | 843a94574e7f25fc6156dd3786a9bd961c3f861d (patch) | |
tree | 85d00d0091fd66031f4e3bfd5b1cfa645c501ca5 /docs/building/building.xml | |
parent | 0da2eb6b04a57947fd2b32da9a648ad5eeeb6596 (diff) | |
download | haskell-843a94574e7f25fc6156dd3786a9bd961c3f861d.tar.gz |
More bootstrapping updates
Diffstat (limited to 'docs/building/building.xml')
-rw-r--r-- | docs/building/building.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml index 69667b1100..5994d2d1b4 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -2641,17 +2641,19 @@ GhcWithSMP = NO</programlisting> <screen>$ cd <filename><replaceable>H</replaceable></filename>/includes $ touch ghcautoconf.h DerivedConstants.h GHCConstants.h mkDerivedConstants.c $ touch mkDerivedConstantsHdr mkDerivedConstants.o mkGHCConstants mkGHCConstants.o</screen> + </listitem> <listitem> <para>Now build the compiler:</para> -<screen>$ cd <replaceable>H</replaceable>/includes && make boot && make +<screen>$ cd <replaceable>H</replaceable>/utils/mkdependC && make boot && make +$ cd <replaceable>H</replaceable>/includes && make boot && make $ cd <replaceable>H</replaceable>/compat && make boot && make $ cd <replaceable>H</replaceable>/utils && make boot && make -$ cd <replaceable>H</replaceable>/compiler && make boot && make</screen> +$ cd <replaceable>H</replaceable>/compiler && make boot && make $ cd <replaceable>H</replaceable>/rts && make boot && make</screen> - </listitem> <para>Don't worry if the build falls over in the RTS, we don't need the RTS yet.</para> + </listitem> <listitem> <screen>$ cd <replaceable>H</replaceable>/libraries |