From 2f4c3327ffda791d32485570bdde3fd80940b658 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 5 Mar 2011 04:01:21 +0000 Subject: Updates for pdf formatting git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/generalinstructions.xml | 5 +++-- chapter06/tar.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index c8443dadc..aa9cff1ac 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -75,8 +75,9 @@ To re-emphasize the build process: -1. Place all the sources and patches in a directory that will be accessible from the - chroot envronment such as /mnt/lfs/sources/. Do not 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 not 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. diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 7fed883e5..d9529048d 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -42,7 +42,8 @@ Prepare Tar for compilation: -FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin +FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \ + --bindir=/bin --libexecdir=/usr/sbin The meaning of the configure options: -- cgit v1.2.3-54-g00ecf