Changeset 8bfbf40


Ignore:
Timestamp:
03/23/2007 08:26:13 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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.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, 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:
e9a652b
Parents:
b06ca36
Message:

Apply the branch update patch to the temp Glibc, too

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb06ca36 r8bfbf40  
    3838
    3939    <listitem>
     40      <para>2007-03-23</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Included the branch update patch for the
     44          temporary Glibc in Chapter 5 to help minimize differences with the
     45          final Glibc.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2007-03-21</para>
    4152      <itemizedlist>
  • chapter05/glibc.xml

    rb06ca36 r8bfbf40  
    3737  <sect2 role="installation">
    3838    <title>Installation of Glibc</title>
     39
     40    <para>Apply a patch to obtain various fixes that the upstream maintainers
     41    have provided:</para>
     42
     43<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>
    3944
    4045    <para>The Glibc documentation recommends building Glibc outside of the source
  • general.ent

    rb06ca36 r8bfbf40  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20070319">
    3 <!ENTITY releasedate "March 19, 2007">
     2<!ENTITY version "SVN-20070323">
     3<!ENTITY releasedate "March 23, 2007">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.