Changeset f28b4d1 for chapter01


Ignore:
Timestamp:
08/25/2001 11:17:18 PM (23 years ago)
Author:
Mark Hymers <markh@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e5dc2d9
Parents:
e2416ad
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re2416ad rf28b4d1  
    2626<listitem><para>util-linux-2.11h</para></listitem>
    2727
    28 
    2928</itemizedlist>
    3029
    3130</para></listitem>
     31
     32<listitem><para>After much testing and discussing, it's been decided to
     33downgrade to gcc-2.95.3 for the time being, until problems with the new
     34gcc-3.0 version have been fixed.</para></listitem>
     35
     36<listitem><para>Chapter 5: sed commands for bzip2 and mawk static
     37compiles have been replaced with a simpler flag to gcc.</para></listitem>
     38
     39<listitem><para>Chapter 5: A sed for fileutils-4.1 static has been added to
     40avoid Segmentation Fault problems on glibc-2.2.3 systems.</para></listitem>
     41
     42<listitem><para>Chapter 5: Binutils doens't require us passing -e to
     43make in order for LDFLAGS=-static to work properly.</para></listitem>
     44
     45<listitem><para>Chapter 5: GCC isn't statically linked anymore by using
     46make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem>
     47
     48<listitem><para>Chapter 5: Removed kernel patch for gcc-3.0
     49compilation</para></listitem>
     50
     51<listitem><para>Chapter 5: Added gcc-patch to fix re_max_failure
     52compile problems</para></listitem>
     53
     54<listitem><para>Chapter 5: Added missing chown root.root
     55$LFS/usr/include/linux to kernel installation </para></listitem>
     56
     57<listitem><para>Chapter 5 &amp; 6: Changed tar patch to use -j for bzip2
     58files instead of -y in order to be compatible with next tar release.  Also
     59renamed patch file to tar-1.13.patch</para></listitem>
    3260
    3361<listitem><para>Chapters 5 &amp; 6: Added a new patch for gcc-2.95.3
     
    3563bug.</para></listitem>
    3664
     65<listitem><para>Chapter 6: Bzip2 and shadowutils static libraries
     66are now put in /usr/lib instead of /lib.  There are now also links
     67from /usr/lib to their dynamic libraries in /lib to enable the linker to
     68still find the dynamic versions.</para></listitem>
     69
    3770<listitem><para>Chapter 6: ncurses patch totally
    3871removed.  Static libraries now moved to /usr/lib and libcurses.a symlink
    39 created manually.</para></listitem>
    40 
    41 <listitem><para>Chapter 5: sed commands for bzip2 and mawk static
    42 compiles have been replaced with a simpler flag to gcc.</para></listitem>
    43 
    44 <listitem><para>Chapter 5: A sed for fileutils-4.1 static has been added to
    45 avoid Segmentation Fault problems on glibc-2.2.3 systems.</para></listitem>
    46 
    47 <listitem><para>Chapter 5: Binutils doens't require us passing -e to
    48 make in order for LDFLAGS=-static to work properly.</para></listitem>
    49 
    50 <listitem><para>Chapter 5: GCC isn't statically linked anymore by using
    51 make -e LDFLAGS=-static, but by make BOOT_LDFLAGS=-static.</para></listitem>
     72created manually.  A symlink is also created from /usr/lib to the
     73dynamic libraries in /lib so that the linker still sees them.</para></listitem>
     74
     75<listitem><para>Chapter 6: Yacc script in bison page now uses exec bison
     76which replaces the shell.</listitem></para>
    5277
    5378<listitem><para>Chapter 6: Util-linux sed command has been replaced with a
     
    5782sed command.</para></listitem>
    5883
    59 <listitem><para>Chapter 5 &amp; 6: Changed tar patch to use -j for bzip2
    60 files instead of -y in order to be compatible with next tar release.  Also
    61 renamed patch file to tar-1.13.patch</para></listitem>
    62 
    6384<listitem><para>Chapter 6: Removed shadow-utils patch in favour of a sed
    6485command</para></listitem>
     
    6687<listitem><para>Chapter 6: Removed sysvinit patch in favour of a sed
    6788command.</para></listitem>
    68 
    69 <listitem><para>After much testing and discussing, it's been decided to
    70 downgrade to gcc-2.95.3 for the time being, until problems with the new
    71 gcc-3.0 version have been fixed.</para></listitem>
    72 
    73 <listitem><para>Chapter 5: Removed kernel patch for gcc-3.0
    74 compilation</para></listitem>
    75 
    76 <listitem><para>Chapter 5: Added gcc-patch to fix re_max_failure
    77 compile problems</para></listitem>
    78 
    79 <listitem><para>Chapter 5: Added missing chown root.root
    80 $LFS/usr/include/linux to kernel installation </para></listitem>
    8189
    8290<listitem><para>Chapter 6: Removed the Groff command explanation
Note: See TracChangeset for help on using the changeset viewer.