Changeset c78de1a in clfs-sysroot
- Timestamp:
- Feb 19, 2007, 2:13:18 PM (18 years ago)
- Branches:
- master
- Children:
- 9401f22
- Parents:
- 9f64df1
- Location:
- BOOK
- Files:
-
- 22 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r9f64df1 rc78de1a 7 7 S := - 8 8 9 ARCHS := a rm x86 hppa9 ARCHS := alpha arm hppa x86 10 10 11 11 ARCHS_HTML := $(ARCHS:%=%$(S)html) … … 39 39 40 40 titlepage: 41 @echo "Rendering Top Index" 41 42 @xsltproc --nonet --output $(BASEDIR)/index.html $(PWD)/stylesheets/top-index.xsl $(PWD)/index.xml 42 43 -
BOOK/general.ent
r9f64df1 rc78de1a 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "February"> 5 <!ENTITY day "1 5"> <!-- Use two digits -->5 <!ENTITY day "19"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 … … 15 15 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;"> 16 16 17 <!ENTITY version-alpha "&version;-Alpha"> 17 18 <!ENTITY version-arm "&version;-ARM"> 19 <!ENTITY version-hppa "&version;-PA-RISC"> 18 20 <!ENTITY version-x86 "&version;-x86"> 19 <!ENTITY version-hppa "&version;-PA-RISC">20 21 21 22 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -
BOOK/introduction/common/changelog.xml
r9f64df1 rc78de1a 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>February 19, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated the Perl Cross-compile patch to 44 support Alpha.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
BOOK/introduction/hppa/changelog.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-changelog- arm">8 <sect1 id="ch-intro-changelog-hppa"> 9 9 <title>Changelog for PA-RISC</title> 10 10 <?dbhtml filename="changelog-hppa.html"?> -
BOOK/introduction/hppa/livecd.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-bootcd" arch=" arm">8 <sect1 id="ch-intro-bootcd" arch="hppa"> 9 9 <?dbhtml filename="bootcd.html"?> 10 10 -
BOOK/introduction/hppa/whatsnew.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-whatsnew- arm">8 <sect1 id="ch-intro-whatsnew-hppa"> 9 9 <title>What's New for PA-RISC</title> 10 <?dbhtml filename="whatsnew- arm.html"?>10 <?dbhtml filename="whatsnew-hppa.html"?> 11 11 12 12 <para>Below is a list of changes specifics for this architecture made -
BOOK/introduction/x86/changelog.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-changelog- arm">8 <sect1 id="ch-intro-changelog-x86"> 9 9 <title>Changelog for x86</title> 10 <?dbhtml filename="changelog- arm.html"?>10 <?dbhtml filename="changelog-x86.html"?> 11 11 12 12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/x86/livecd.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-bootcd" arch=" arm">8 <sect1 id="ch-intro-bootcd" arch="x86"> 9 9 <?dbhtml filename="bootcd.html"?> 10 10 -
BOOK/introduction/x86/whatsnew.xml
r9f64df1 rc78de1a 6 6 ]> 7 7 8 <sect1 id="ch-intro-whatsnew- arm">9 <title>What's New for ARM</title>10 <?dbhtml filename="whatsnew- arm.html"?>8 <sect1 id="ch-intro-whatsnew-x86"> 9 <title>What's New for x86</title> 10 <?dbhtml filename="whatsnew-x86.html"?> 11 11 12 12 <para>Below is a list of changes specifics for this architecture made -
BOOK/patches.ent
r9f64df1 rc78de1a 65 65 <!ENTITY mktemp-tempfile-patch-size "3.6 KB"> 66 66 67 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile- 3.patch">68 <!ENTITY perl-cross_compile-patch-md5 " 24ca80509982786534450313228efe7c">69 <!ENTITY perl-cross_compile-patch-size "1 12KB">67 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-4.patch"> 68 <!ENTITY perl-cross_compile-patch-md5 "fbcae6d579057d28c6da155e40a2e448"> 69 <!ENTITY perl-cross_compile-patch-size "136 KB"> 70 70 71 71 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch"> … … 117 117 <!ENTITY zlib-fpic-patch-size "3.2 KB"> 118 118 119 <!-- Alpha Specific Patches --> 120 121 <!ENTITY glibc-ioperm_fix-patch "glibc-&glibc-version;-alpha_ioperm_fix-1.patch"> 122 <!ENTITY glibc-ioperm_fix-patch-md5 "3a50c4055d2f72248eb656eb2d15edec"> 123 <!ENTITY glibc-ioperm_fix-patch-size "4 KB"> 124 125 <!ENTITY glibc-alpha_sigsuspend-patch "glibc-&glibc-version;-alpha_sigsuspend-1.patch"> 126 <!ENTITY glibc-alpha_sigsuspend-patch-md5 "e35c13eb4371388b2ffa75418649ffe2"> 127 <!ENTITY glibc-alpha_sigsuspend-patch-size "4 KB"> 128 129 <!ENTITY linux-io_fix-patch "linux-&linux-version;-alpha_io_fix-1.patch"> 130 <!ENTITY linux-io_fix-patch-md5 "7a680d8c9978044955e6ef4f6a7358c1"> 131 <!ENTITY linux-io_fix-patch-size "4 KB"> 132 119 133 <!-- PA-RISC Specific Patches --> 120 134 -
BOOK/stylesheets/top-index.xsl
r9f64df1 rc78de1a 128 128 </li> 129 129 </ul> 130 <h3> 131 <xsl:text>64 Bit Builds (Under Development)</xsl:text> 132 </h3> 133 <ul> 134 <li> 135 <h4> 136 <a href="alpha"> 137 <xsl:text>Alpha</xsl:text> 138 </a> 139 </h4> 140 </li> 141 </ul> 130 142 </div> 131 143 </div>
Note:
See TracChangeset
for help on using the changeset viewer.