aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-22 07:50:14 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-22 07:50:14 +0000
commit3aa9774abc8bd686f384824c4a80dd8fa1be25fc (patch)
tree750aff842c5f9edceb10dcabc243c75bc513e14b /chapter01
parent548d65f273ba6289d556b8dcb954e99e7987ad1e (diff)
Chapter 5 - Setting up the environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to .bash_profile to stop accidental build breakge.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 55bf72592..8cb318d1d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -94,6 +94,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 22nd, 2003 [greg]: Chapter 5 - Setting up the
+environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to
+.bash_profile to stop accidental build breakge.</para></listitem>
+
<listitem><para>September 20th, 2003 [greg]: Chapter 5 - GCC Pass 2: Updated
to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.
</para></listitem>