From a985250fa8dc17cf110a72a2d966efd1b91170d7 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 2 Oct 2003 00:08:42 +0000 Subject: Fix my patch entity related stuffups. Thanks to Archaic for reporting. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-2953-inst.xml | 4 ++-- chapter06/man-inst.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index e828bf3de..a5e5c229f 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -28,8 +28,8 @@ the system GCC already installed in /usr Apply the patches and make a small adjustment: patch -Np1 -i ../gcc-&gcc-2953-patch-version;.patch -patch -Np1 -i ../gcc-&gcc-2953-no-fixinc-patch-version;-no-fixinc.patch -patch -Np1 -i ../gcc-&gcc-2953-returntype-fix-patch-version;-returntype-fix.patch +patch -Np1 -i ../gcc-&gcc-2953-no-fixinc-patch-version;.patch +patch -Np1 -i ../gcc-&gcc-2953-returntype-fix-patch-version;.patch echo timestamp > gcc/cstamp-h.in The GCC documentation recommends building GCC outside of the source diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 1d275120c..e2b86fb88 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -9,19 +9,19 @@ man.conf file to prevent redundant results when using programs such as whatis: -patch -Np1 -i ../man-&man-manpath-patch-version;-manpath.patch +patch -Np1 -i ../man-&man-manpath-patch-version;.patch The second patch adds the -R option to the PAGER variable so that escape sequences are handled properly: -patch -Np1 -i ../man-&man-pager-patch-version;-pager.patch +patch -Np1 -i ../man-&man-pager-patch-version;.patch The third and last patch prevents a problem when man pages not formatted with more than 80 columns are used in conjunction with recent releases of groff: -patch -Np1 -i ../man-&man-80cols-patch-version;-80cols.patch +patch -Np1 -i ../man-&man-80cols-patch-version;.patch Now prepare Man for compilation: -- cgit v1.2.3-54-g00ecf