diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:28:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:28:02 +0000 |
commit | 558cb8a4362c21ac85a8af645b7ef53aa8fba2f5 (patch) | |
tree | c6a19b76f8e32cd1f47cfefa5d5ec92f6d532d5c /chapter05/diffutils-inst.xml | |
parent | c118e6c2cc98b297772f18a8cf24ed9d09e50de8 (diff) |
minor textual changes to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/diffutils-inst.xml')
-rw-r--r-- | chapter05/diffutils-inst.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <itemizedlist> <listitem><para><userinput>LDFLAGS="-static":</userinput> This is the most common way to tell a package that all programs should be statically linked. -This way the <emphasis>LDFLAGS</emphasis> environment variable is set but +This way the <emphasis>LDFLAGS</emphasis> environment variable is set, but only in the subshell that the <filename>configure</filename> script runs in. When <userinput>configure</userinput> has done its job, the -<emphasis>LDFLAGS</emphasis> variable won't exist -anymore.</para></listitem> +<emphasis>LDFLAGS</emphasis> environment variable won't exist anymore +and the <filename>Makefile</filename> files contain will contain this +variable locally.</para></listitem> <listitem><para><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2:</userinput> The <emphasis>CPPFLAGS</emphasis> variable is a variable that's read by the |