From e4b9338243e80e23c08eccaaf770259edbe72c5d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 3 Feb 2003 23:24:24 +0000 Subject: fix typo's git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/diffutils-inst.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/diffutils-inst.xml') diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index 90ecbfc64..c67b41d1a 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -11,7 +11,7 @@ The meaning of the configure options are: -LDFLAGS="-static": This is the most +LDFLAGS="-static": This is the most common way to tell a package that all programs should be statically linked. This way the LDFLAGS environment variable is set, but only in the subshell that the configure script runs @@ -20,9 +20,8 @@ in. When configure has done its job, the and the Makefile files contain will contain this variable locally. -CPPFLAGS=-Dre_max_failures=re_max_failures2: -The CPPFLAGS variable is a variable that's read by the -cpp program (C PreProcessor). The value of this variable tells the +CPPFLAGS=-Dre_max_failures=re_max_failures2: The CPPFLAGS variable is a variable that's read by +the cpp program (C PreProcessor). The value of this variable tells the preprocessor to replace every instance of re_max_failures it finds with re_max_failures2 before handing the source file to the compiler itself for compilation. This package has problems -- cgit v1.2.3-54-g00ecf