Changeset 006972d0


Ignore:
Timestamp:
08/30/2013 09:33:21 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Parents:
20dd334
Message:

7.4-rc2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r20dd334 r006972d0  
    9090          -o $(RENDERTMP)/lfs-full.xml index.xml
    9191        $(Q)rm -f appendices/*.script
    92         $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
     92        #$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
    9393        @echo "Validation complete."
    9494
  • chapter05/glibc.xml

    r20dd334 r006972d0  
    225225  </caution>
    226226
    227   <note><para>Building Binutils in the next section will serve as an additional check that
    228   the toolchain has been built properly. If Binutils fails to build, it is an
    229   indication that something has gone wrong with the previous Binutils, GCC, or Glibc
    230   installations.</para></note>
     227  <note><para>Building Binutils in the section after next will serve as an
     228  additional check that the toolchain has been built properly. If Binutils
     229  fails to build, it is an indication that something has gone wrong with the
     230  previous Binutils, GCC, or Glibc installations.</para></note>
    231231
    232232  </sect2>
  • general.ent

    r20dd334 r006972d0  
    1 <!ENTITY version         "SVN-20130830">
     1<!ENTITY version         "7.4-rc2">
    22<!ENTITY releasedate     "August 30, 2013">
    33<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.4">
    5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     5<!ENTITY generic-version "7.4-rc2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    66
    77<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
  • packages.ent

    r20dd334 r006972d0  
    312312
    313313<!ENTITY lfs-bootscripts-version "20130821">                 <!-- Scripts depend on this format -->
    314 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
     314<!ENTITY lfs-bootscripts-size "36 KB">         <!-- Updated in Makefile (dev only) -->
    315315<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    316 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
     316<!ENTITY lfs-bootscripts-md5 "9ace533592f36ad36c4abb235eeccab5"> <!-- Updated in Makefile (dev only)-->
    317317<!ENTITY lfs-bootscripts-home " ">
    318 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
     318<!ENTITY lfs-bootscripts-ch7-du "260 KB"> <!-- Updated in Makefile(dev only) -->
    319319<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    320320
Note: See TracChangeset for help on using the changeset viewer.