From 8ad79807a3c97e18a90319c9b91018b0be2bbb3c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 19 Jun 2004 13:39:28 +0000 Subject: Tags corrections git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/patch.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/patch.xml') diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 9bc61574c..d00473296 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -29,7 +29,7 @@ GCC, Glibc, Grep, Make, Sed Installation of Patch Prepare Patch for compilation (the preprocessor flag --D_GNU_SOURCE is only needed on PowerPCs, on other +-D_GNU_SOURCE is only needed on PowerPCs, on other machines you can leave it out): CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr @@ -59,8 +59,8 @@ machines you can leave it out): patch modifies files according to a patch file. -A patch file normally is a difference listing created with the diff program. -By applying these differences to the original files, patch creates the patched +A patch file normally is a difference listing created with the diff program. +By applying these differences to the original files, patch creates the patched versions. Using patches instead of entirely new tarballs to keep your sources up-to-date can save you a lot of download time. -- cgit v1.2.3-54-g00ecf