瀏覽代碼

PDF fixes in chapter06, set 1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父節點
當前提交
f3a70cdefc
共有 6 個文件被更改,包括 17 次插入3 次删除
  1. 2 0
      chapter06/binutils.xml
  2. 1 1
      chapter06/gcc.xml
  3. 8 1
      chapter06/glibc.xml
  4. 2 1
      chapter06/introduction.xml
  5. 2 0
      chapter06/pwdgroup.xml
  6. 2 0
      chapter06/readjusting.xml

+ 2 - 0
chapter06/binutils.xml

@@ -76,6 +76,8 @@ used if the system was used to cross-compile (for example, compiling a
 package on an Intel machine that generates code that can be executed
 on PowerPC machines).</para>
 
+<beginpage/>
+
 <important><para>The test suite for Binutils in this section is
 considered critical. Do not skip it under any
 circumstances.</para></important>

+ 1 - 1
chapter06/gcc.xml

@@ -174,7 +174,7 @@ gcov</seg>
 <listitem>
 <para>A shell script used to help create useful bug reports</para>
 <indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm>
-</listitem>
+<beginpage/></listitem>
 </varlistentry>
 
 <varlistentry id="gcov">

+ 8 - 1
chapter06/glibc.xml

@@ -75,6 +75,8 @@ class="directory">/usr/lib/glibc</filename>.</para></listitem>
 </varlistentry>
 </variablelist>
 
+<beginpage/>
+
 <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>
@@ -134,6 +136,8 @@ with:</para>
 
 <screen><userinput>make localedata/install-locales</userinput></screen>
 
+<beginpage/>
+
 <para>To save time, an alternative to running the
 previous command (which generates and installs every locale Glibc is
 aware of) is to install only those locales that are wanted and needed.
@@ -184,6 +188,8 @@ on the threading API (applicable to NPTL as well):</para>
 
 <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
 
+<beginpage/>
+
 </sect2>
 
 <sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>
@@ -246,8 +252,9 @@ mode.</para></listitem>
 </varlistentry>
 </variablelist>
 
-</sect2>
+<beginpage/>
 
+</sect2>
 
 <sect2 id="conf-ld" role="configuration">
 <title>Configuring Dynamic Loader</title>

+ 2 - 1
chapter06/introduction.xml

@@ -59,7 +59,8 @@ the package installs.</para>
 <para>To keep track of which package installs particular files, a package
 manager can be used. For a general overview of different styles of package
 managers, please refer to <ulink
-url="&blfs-root;view/svn/introduction/important.html"/>.
+url="&blfs-root;view/svn/introduction/important.html"><phrase 
+condition="pdf">&blfs-root;view/svn/ introduction/important.html</phrase></ulink>.
 For a package management method specifically geared towards LFS, we recommend <ulink
 url="&hints-root;more_control_and_pkg_man.txt"/>.</para>
 

+ 2 - 0
chapter06/pwdgroup.xml

@@ -76,6 +76,8 @@ paths to binaries it has executed. In order to use the newly compiled
 binaries as soon as they are installed, turn off this function for the
 duration of this chapter.</para>
 
+<beginpage/>
+
 <para>The <command>login</command>, <command>agetty</command>, and
 <command>init</command> programs (and others) use a number of log
 files to record information such as who was logged into the system and

+ 2 - 0
chapter06/readjusting.xml

@@ -71,6 +71,8 @@ dynamic linker in the above commands. Refer back to <xref
 linkend="ch-tools-toolchaintechnotes" role=","/> if
 necessary.</para></important>
 
+<beginpage/>
+
 <caution><para>It is imperative at this point to stop and ensure that
 the basic functions (compiling and linking) of the adjusted toolchain
 are working as expected. To do this, perform a sanity