Updates for pdf formatting

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2011-03-05 04:01:21 +00:00
parent a3b3b6fa1f
commit 2f4c3327ff
2 changed files with 5 additions and 3 deletions

View File

@ -75,8 +75,9 @@
<para>To re-emphasize the build process:</para>
<screen role="nodump">
1. Place all the sources and patches in a directory that will be accessible from the
chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
1. Place all the sources and patches in a directory that will be accessible
from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put
sources in /mnt/lfs/tools/.
2. Change to the sources directory.
3. For each package:
a. Using the tar program, extract the package to be built.

View File

@ -42,7 +42,8 @@
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
--bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>