diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 04:33:47 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 04:33:47 +0000 |
commit | 4e010de526765be098f8013a9c81bfbd0738dfab (patch) | |
tree | 69ce56880da9f87a6c82b15ce93b42db6a953e57 /chapter01 | |
parent | ee9c1597ca7ca09fdb09050b6148e77ede79aa0f (diff) |
Switch to gcc-core and gcc-g++. Change '&' to '&'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 083c23632..e1db0b3d4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,9 @@ <itemizedlist> +<listitem><para>October 6th, 2002 [timothy]: Switched to gcc-core and +gcc-g++.</para></listitem> + <listitem><para>October 6th, 2002 [timothy]: Chapter 06 - Applied Bill Maltby's grammatic-fixes patch.</para></listitem> @@ -397,7 +400,7 @@ to include reporting typos.</para></listitem> CPPFLAGS...re_max_failures fix which is needed on Glibc-2.1 systems.</para></listitem> -<listitem><para>May 30th, 2002 [markh]: Chapter 05 & 06 - Update to +<listitem><para>May 30th, 2002 [markh]: Chapter 05 & 06 - Update to binutils-2.12.1.</para></listitem> <listitem><para>May 30th, 2002 [markh]: Chapter 05 - Bash: Removed @@ -506,9 +509,9 @@ two single quotes to two double quotes (the two single quotes can be mistaken for one double quote which will cause an error).</para></listitem> <listitem><para>May 2nd, 2002 [gerard]: Changed the -<userinput>cd dir && ln -sf</userinput> commands to one single command +<userinput>cd dir && ln -sf</userinput> commands to one single command (such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for -<userinput>cd dir && mv/cp</userinput> constructions which are now replaced +<userinput>cd dir && mv/cp</userinput> constructions which are now replaced with constructions like <userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem> @@ -530,7 +533,7 @@ that if you want to manually install some locales, instead of all of them, then you first need to create the <filename class="directory">/usr/lib/locale</filename> directory.</para></listitem> -<listitem><para>April 21st,2002 [gerard & markh]: Upgraded to +<listitem><para>April 21st,2002 [gerard & markh]: Upgraded to MAKEDEV-1.5</para></listitem> <listitem><para>April 12th, 2002 [markh]: Added entities/ directory to |