diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 19:10:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 19:10:46 +0000 |
commit | 46e606f94025ac21e748e025b921ff4704008535 (patch) | |
tree | 549826dc8d5aae73c672a8a59d72ffcb3bb7d10c /chapter01 | |
parent | 689a79b113cbd0307ec3486d248df9b627dbfbab (diff) |
Removed glibc-2.0 workarounds, removed export...unset constructs and replaced with var=varu ./configure constructs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fa9323f95..51cc75e47 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -18,6 +18,21 @@ </para></listitem> +<listitem><para>Removed: + +<itemizedlist> +<listitem><para>gzip-1.2.4a-patch</para></listitem> +<listitem><para>sh-utils-2.0-patch</para></listitem> +</itemizedlist> + +</para></listitem> + +<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds - +gzip patch, sh-utils patch, copying of libnss files. Also removed the +<userinput>export VAR=VALUE...unset VAR</userinput> constructions and +changed them to <userinput>VAR=VALUE ./configure</userinput> +constructions.</para></listitem> + <listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in updatedb.</para></listitem> |