aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-22 12:06:22 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-22 12:06:22 +0000
commit3d36131cff6076a5eceba18ebbfaffab15d5edf6 (patch)
tree4c9914cb520e0fac7c37df9696432b11495b14ad /chapter05/gcc-pass2.xml
parent3f0c882398e626cd92503b1bd964a32e89f818dc (diff)
Fixed some look issues in unstable.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r--chapter05/gcc-pass2.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index e5dd780b6..61bd3e9b6 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -24,6 +24,8 @@
<screen><userinput>expect -c "spawn ls"</userinput></screen>
+<para>Apply two patches:</para>
+
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
@@ -44,6 +46,8 @@ cd ../gcc-build</userinput></screen>
<screen><userinput>make</userinput></screen>
+<para>Test the results</para>
+
<screen><userinput>make -k check</userinput></screen>
<para>To get a summary of the test suite results, run this:</para>