From 558cb8a4362c21ac85a8af645b7ef53aa8fba2f5 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 27 Jan 2003 21:28:02 +0000 Subject: minor textual changes to chapter 5 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/diffutils-inst.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter05/diffutils-inst.xml') diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index 6f707eb6a..90ecbfc64 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -13,11 +13,12 @@ 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 +This way the LDFLAGS environment variable is set, but only in the subshell that the configure script runs in. When configure has done its job, the -LDFLAGS variable won't exist -anymore. +LDFLAGS environment variable won't exist anymore +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 -- cgit v1.2.3-54-g00ecf