Upgrade to LFS-Bootscripts-20090812 and prevent Makefile from altering what are now fixed MD5sums and tarball sizes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@9043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-08-12 20:24:14 +00:00
parent af116fca9d
commit 097d2ae1cd
2 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@ validxml: tmpdir
$(Q)xmllint --nonet --noent --xinclude --postvalid \ $(Q)xmllint --nonet --noent --xinclude --postvalid \
-o $(RENDERTMP)/lfs-full.xml index.xml -o $(RENDERTMP)/lfs-full.xml index.xml
$(Q)rm -f appendices/*.script $(Q)rm -f appendices/*.script
$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml # $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
maketar: maketar:
@echo "Making tarballs..." @echo "Making tarballs..."

View File

@ -290,12 +290,12 @@
<!ENTITY less-ch6-du "2.9 MB"> <!ENTITY less-ch6-du "2.9 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU"> <!ENTITY less-ch6-sbu "less than 0.1 SBU">
<!ENTITY lfs-bootscripts-version "20090523"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-version "20090812"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-size "41 KB">
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-md5 "4c658f7780eb88a97ccf12828be57510">
<!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-home " ">
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-ch7-du "468 KB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
<!ENTITY libtool-version "2.2.6a"> <!ENTITY libtool-version "2.2.6a">