diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 23:17:18 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 23:17:18 +0000 |
commit | f28b4d18c49f7dec7a3c70271b4b0b1e40c3ca2b (patch) | |
tree | 7fa8d1a9509c0cce180c877a0c5748b01df8e084 | |
parent | e2416ad53e94f71c88ab26fdc1304749eb940506 (diff) |
general tidy up of changelog and added entries for bzip and shadow static library moves and exec command being used in yacc script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 58 |
1 files changed, 33 insertions, 25 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2c897cbca..46217126f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -25,18 +25,13 @@ <listitem><para>sysvinit-2.81</para></listitem> <listitem><para>util-linux-2.11h</para></listitem> - </itemizedlist> </para></listitem> -<listitem><para>Chapters 5 & 6: Added a new patch for gcc-2.95.3 -which fixes various problems such as the weak symbol -bug.</para></listitem> - -<listitem><para>Chapter 6: ncurses patch totally -removed. Static libraries now moved to /usr/lib and libcurses.a symlink -created manually.</para></listitem> +<listitem><para>After much testing and discussing, it's been decided to +downgrade to gcc-2.95.3 for the time being, until problems with the new +gcc-3.0 version have been fixed.</para></listitem> <listitem><para>Chapter 5: sed commands for bzip2 and mawk static compiles have been replaced with a simpler flag to gcc.</para></listitem> @@ -50,34 +45,47 @@ make in order for LDFLAGS=-static to work properly.</para></listitem> <listitem><para>Chapter 5: GCC isn't statically linked anymore by using make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem> -<listitem><para>Chapter 6: Util-linux sed command has been replaced with a -flag to make.</para></listitem> +<listitem><para>Chapter 5: Removed kernel patch for gcc-3.0 +compilation</para></listitem> -<listitem><para>Chapter 6: Man patch replaced with -sed command.</para></listitem> +<listitem><para>Chapter 5: Added gcc-patch to fix re_max_failure +compile problems</para></listitem> + +<listitem><para>Chapter 5: Added missing chown root.root +$LFS/usr/include/linux to kernel installation </para></listitem> <listitem><para>Chapter 5 & 6: Changed tar patch to use -j for bzip2 files instead of -y in order to be compatible with next tar release. Also renamed patch file to tar-1.13.patch</para></listitem> -<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed -command</para></listitem> +<listitem><para>Chapters 5 & 6: Added a new patch for gcc-2.95.3 +which fixes various problems such as the weak symbol +bug.</para></listitem> -<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed -command.</para></listitem> +<listitem><para>Chapter 6: Bzip2 and shadowutils static libraries +are now put in /usr/lib instead of /lib. There are now also links +from /usr/lib to their dynamic libraries in /lib to enable the linker to +still find the dynamic versions.</para></listitem> -<listitem><para>After much testing and discussing, it's been decided to -downgrade to gcc-2.95.3 for the time being, until problems with the new -gcc-3.0 version have been fixed.</para></listitem> +<listitem><para>Chapter 6: ncurses patch totally +removed. Static libraries now moved to /usr/lib and libcurses.a symlink +created manually. A symlink is also created from /usr/lib to the +dynamic libraries in /lib so that the linker still sees them.</para></listitem> -<listitem><para>Chapter 5: Removed kernel patch for gcc-3.0 -compilation</para></listitem> +<listitem><para>Chapter 6: Yacc script in bison page now uses exec bison +which replaces the shell.</listitem></para> -<listitem><para>Chapter 5: Added gcc-patch to fix re_max_failure -compile problems</para></listitem> +<listitem><para>Chapter 6: Util-linux sed command has been replaced with a +flag to make.</para></listitem> -<listitem><para>Chapter 5: Added missing chown root.root -$LFS/usr/include/linux to kernel installation </para></listitem> +<listitem><para>Chapter 6: Man patch replaced with +sed command.</para></listitem> + +<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed +command</para></listitem> + +<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed +command.</para></listitem> <listitem><para>Chapter 6: Removed the Groff command explanation regarding CXXFLAGS which has been made obsolete with the update |