diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 10:39:55 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 10:39:55 +0000 |
commit | cd40510a8fd415b9890e53be39e4a0576443635a (patch) | |
tree | cb7bfa298d1bd8e40c2acbd3229bc872c2e04865 /chapter06 | |
parent | e6d635255b665b0d28852c845a946420b3d3c612 (diff) |
Preface: Add note about the Essential Pre-Reading Hint. Closes Bug 585.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 4 | ||||
-rw-r--r-- | chapter06/binutils-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index ba61d857a..c68e5d950 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -53,8 +53,8 @@ changes were actually made.</para> <important><para>If you are working on a platform where the name of the dynamic linker is something other than <filename>ld-linux.so.2</filename>, you <emphasis>must</emphasis> substitute <filename>ld-linux.so.2</filename> with the -name of your platform's dynamic linker in the above commands. Refer back to the -"Toolchain technical notes" section if necessary.</para></important> +name of your platform's dynamic linker in the above commands. Refer back to +<xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important> <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 diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index d91b0f284..7ebec5652 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -14,9 +14,9 @@ everything is set up correctly by performing a simple test:</para> <para>Your chroot environment is not set up for proper PTY operation. In this case there is no point in running the test suites for Binutils and GCC until you -are able to resolve the issue. Please refer back to the "Mounting the proc and -devpts file systems" and "Creating devices (Makedev)" sections and perform the -recommended steps to fix the problem.</para> +are able to resolve the issue. Please refer back to <xref linkend="ch06-proc"/> +and <xref linkend="ch06-makedev"/> and perform the recommended steps to fix the +problem.</para> <note><para>The test suite for Binutils in this section is considered <emphasis>critical</emphasis>. Our advice is to not skip it under any diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index e2b86fb88..958cce200 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -54,7 +54,8 @@ configuration file in the <filename>/etc</filename> directory.</para></listitem> edit the man.conf file and add the <userinput>-c</userinput> argument to nroff.</para></note> -<para>You may want to also take a look at the BLFS book which deals with +<para>You may want to also take a look at the BLFS page at +<ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/> which deals with formatting and compression issues for man pages.</para> </sect2> |