Ver Fonte

Fixed some look issues in unstable.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia há 20 anos atrás
pai
commit
3d36131cff

+ 4 - 0
chapter05/adjusting.xml

@@ -20,6 +20,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
 mv -f tempspecfile $SPECFILE &&
 unset SPECFILE</userinput></screen>
 
+<para>Make clean-up:</para>
+
 <screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen>
 
 <para>Test the tools:</para>
@@ -32,6 +34,8 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
 
 <screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
 
+<para>Remove the test files:</para>
+
 <screen><userinput>rm dummy.c a.out</userinput></screen>
 
 

+ 4 - 0
chapter05/bash.xml

@@ -21,6 +21,8 @@
 <sect2 role="installation">
 <title>Installation of Bash</title>
 
+<para>Apply a patch:</para>
+
 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
 
 <para>Prepare Bash for compilation:</para>
@@ -38,6 +40,8 @@
 
 <screen><userinput>make install</userinput></screen>
 
+<para>Create a symlink:</para>
+
 <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
 
 </sect2>

+ 2 - 0
chapter05/binutils-pass1.xml

@@ -26,6 +26,8 @@ the problem:</para>
 
 <screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen>
 
+<para>Create a buil dir:</para>
+
 <screen><userinput>mkdir ../binutils-build
 cd ../binutils-build</userinput></screen>
 

+ 2 - 0
chapter05/binutils-pass2.xml

@@ -40,6 +40,8 @@ cd ../binutils-build</userinput></screen>
 
 <screen><userinput>make</userinput></screen>
 
+<para>Test the results:</para>
+
 <screen><userinput>make -k check</userinput></screen>
 
 <para>Except for a few known failures, the binutils tests should all pass. The

+ 2 - 0
chapter05/expect.xml

@@ -22,6 +22,8 @@
 <sect2 role="installation">
 <title>Installation of Expect</title>
 
+<para>Apply a patch:</para>
+
 <screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch</userinput></screen>
 
 <para>Now prepare Expect for compilation:</para>

+ 4 - 0
chapter05/flex.xml

@@ -20,8 +20,12 @@
 <sect2 role="installation">
 <title>Installation of Flex</title>
 
+<para>Apply a patch:</para>
+
 <screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen>
 
+<para>Touch the man-page:</para>
+
 <screen><userinput>touch doc/flex.1</userinput></screen>
 
 <para>Now prepare Flex for compilation:</para>

+ 4 - 0
chapter05/gcc-pass1.xml

@@ -20,6 +20,8 @@
 <sect2 role="installation">
 <title>Installation of GCC</title>
 
+<para>Create a build dir:</para>
+
 <screen><userinput>mkdir ../gcc-build
 cd ../gcc-build</userinput></screen>
 
@@ -38,6 +40,8 @@ cd ../gcc-build</userinput></screen>
 
 <screen><userinput>make install</userinput></screen>
 
+<para>Create a symlink:</para>
+
 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
 
 </sect2>

+ 4 - 0
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>

+ 4 - 0
chapter05/glibc.xml

@@ -20,6 +20,8 @@
 <sect2 role="installation">
 <title>Installation of Glibc</title>
 
+<para>Create a build dir:</para>
+
 <screen><userinput>mkdir ../glibc-build
 cd ../glibc-build</userinput></screen>
 
@@ -34,6 +36,8 @@ cd ../glibc-build</userinput></screen>
 
 <screen><userinput>make</userinput></screen>
 
+<para>Test the results:</para>
+
 <screen><userinput>make check</userinput></screen>
 
 <para>For a discussion of test failures that are of particular

+ 4 - 0
chapter05/stripping.xml

@@ -7,9 +7,13 @@
 <title>Stripping</title>
 <?dbhtml filename="stripping.html"?>
 
+<para>Strip the programs and libraries:</para>
+
 <screen><userinput>strip --strip-debug /tools/lib/*
 strip --strip-unneeded /tools/{,s}bin/*</userinput></screen>
 
+<para>Remove the documentation:</para>
+
 <screen><userinput>rm -rf /tools/{doc,info,man}</userinput></screen>
 
 </sect1>

+ 2 - 0
chapter05/util-linux.xml

@@ -20,6 +20,8 @@
 <sect2 role="installation">
 <title>Installation of Util-linux</title>
 
+<para>Issue a sed sustitution:</para>
+
 <screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
 
 <para>Prepare Util-linux for compilation:</para>

+ 0 - 6
chapter06/sysvinit.xml

@@ -10,8 +10,6 @@
 <indexterm zone="ch-system-sysvinit"><primary sortas="a-Sysvinit">Sysvinit</primary></indexterm>
 
 <sect2 role="package"><title/>
-<para>The Sysvinit package contains programs for controlling the startup,
-running, and shutdown of your system.</para>
 
 <segmentedlist>
 <segtitle>&buildtime;</segtitle>
@@ -19,10 +17,6 @@ running, and shutdown of your system.</para>
 <seglistitem><seg>0.1 SBU</seg><seg> 0.9 MB</seg></seglistitem>
 </segmentedlist>
 
-<segmentedlist>
-<segtitle>Sysvinit installation depends on</segtitle>
-<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem>
-</segmentedlist>
 </sect2>
 
 <sect2 role="installation">

+ 0 - 1
chapter07/network.xml

@@ -29,7 +29,6 @@ EOF</userinput></screen>
 
 <sect2 id="resolv.conf">
 <title>Creating the /etc/resolv.conf file</title>
-<indexterm zone="resolv.conf"><primary sortas="e-/etc/resolv.conf">/etc/resolv.conf</primary></indexterm>
 
 <para>Create the file by running the following:</para>