Changeset da6a8bc


Ignore:
Timestamp:
02/19/2016 10:18:32 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
ec48730
Parents:
9218b05
Message:

Tag lfs-7.9-rc2

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.9-rc2@11020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r9218b05 rda6a8bc  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 <!--
     43
    4444    <para>First apply some fixes from the upstream repository:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    47 -->
     47
    4848    <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
    4949
  • general.ent

    r9218b05 rda6a8bc  
    1 <!ENTITY version         "SVN-20160219">
    2 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
     1<!ENTITY version         "7.9-rc2">
     2<!ENTITY short-version   "7.9-rc2">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    44<!ENTITY releasedate     "February 19, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.9">
    7 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     7<!ENTITY generic-version "7.9-rc2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    88
    99<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
  • packages.ent

    r9218b05 rda6a8bc  
    350350
    351351<!ENTITY lfs-bootscripts-version "20150222">              <!-- Scripts depend on this format -->
    352 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
     352<!ENTITY lfs-bootscripts-size "31 KB">         <!-- Updated in Makefile -->
    353353<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    354 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
     354<!ENTITY lfs-bootscripts-md5 "fc2b070716492ca6d8cca00cab945f3f">      <!-- Updated in Makefile -->
    355355<!ENTITY lfs-bootscripts-home " ">
    356 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
     356<!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!-- Updated in Makefile -->
    357357<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    358358
Note: See TracChangeset for help on using the changeset viewer.