summaryrefslogtreecommitdiff
path: root/docs/building/building.xml
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2006-10-05 14:56:29 +0000
committerIan Lynagh <igloo@earth.li>2006-10-05 14:56:29 +0000
commit843a94574e7f25fc6156dd3786a9bd961c3f861d (patch)
tree85d00d0091fd66031f4e3bfd5b1cfa645c501ca5 /docs/building/building.xml
parent0da2eb6b04a57947fd2b32da9a648ad5eeeb6596 (diff)
downloadhaskell-843a94574e7f25fc6156dd3786a9bd961c3f861d.tar.gz
More bootstrapping updates
Diffstat (limited to 'docs/building/building.xml')
-rw-r--r--docs/building/building.xml8
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 &amp;&amp; make boot &amp;&amp; make
+<screen>$ cd <replaceable>H</replaceable>/utils/mkdependC &amp;&amp; make boot &amp;&amp; make
+$ cd <replaceable>H</replaceable>/includes &amp;&amp; make boot &amp;&amp; make
$ cd <replaceable>H</replaceable>/compat &amp;&amp; make boot &amp;&amp; make
$ cd <replaceable>H</replaceable>/utils &amp;&amp; make boot &amp;&amp; make
-$ cd <replaceable>H</replaceable>/compiler &amp;&amp; make boot &amp;&amp; make</screen>
+$ cd <replaceable>H</replaceable>/compiler &amp;&amp; make boot &amp;&amp; make
$ cd <replaceable>H</replaceable>/rts &amp;&amp; make boot &amp;&amp; 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