source: clfs-sysroot/BOOK/general.ent @ 9568bd5

Last change on this file since 9568bd5 was 9568bd5, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Updated Glibc to 2.6 and GCC to 4.2.1.

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[02095ae]1<?xml version="1.0" encoding="ISO-8859-1"?>
2
[dd7cd8a]3<!ENTITY month "07"> <!-- Use two digits -->
4<!ENTITY month_name "July">
[9568bd5]5<!ENTITY day "22"> <!-- Use two digits -->
[461cec87]6<!ENTITY year "2007"> <!-- Use four digits -->
[89c10a9]7
8<!ENTITY releasedate "&month_name; &day;, &year;">
9
[8b2d50b]10<!ENTITY major-version "0">
[ce5e18f]11<!ENTITY minor-version "0">
[8b2d50b]12<!ENTITY extra-version "1">
13<!ENTITY generic-version "0.0.1"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->
[89c10a9]14
15<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
[ce5e18f]16
[c78de1a]17<!ENTITY version-alpha "&version;-Alpha">
[da9613e]18<!ENTITY version-arm "&version;-ARM">
[12e7efe2]19<!ENTITY version-hppa "&version;-PA-RISC">
[c78de1a]20<!ENTITY version-x86 "&version;-x86">
[02095ae]21
22<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
[d5d4d82]23<!ENTITY clfs-root "http://cross-lfs.org/">
24<!ENTITY clfs-wiki "http://trac.cross-lfs.org/">
[02095ae]25<!ENTITY blfs-root "&lfs-root;blfs/">
[d5d4d82]26<!ENTITY faq-root "&clfs-wiki;wiki/faq">
[02095ae]27<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
28<!ENTITY hints-index "&lfs-root;hints/list.html">
29<!ENTITY livecd-root "&lfs-root;livecd/">
[d5d4d82]30<!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/">
31<!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/">
[02095ae]32
33<!ENTITY gnu "http://ftp.gnu.org/gnu/">
34<!ENTITY gnu-software "http://www.gnu.org/software/">
35<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
36<!ENTITY redhat "ftp://sources.redhat.com/pub/">
37<!ENTITY kernel "http://www.kernel.org/pub/">
[20ec175]38<!ENTITY sourceforge "http://downloads.sourceforge.net/">
[02095ae]39
40<!ENTITY dependencies "Installation depends on">
41<!ENTITY testsuites "Test suite depends on">
42<!ENTITY before "Must be installed before">
43
44<!ENTITY % packages-entities SYSTEM "packages.ent">
45%packages-entities;
46
47<!ENTITY % patches-entities SYSTEM "patches.ent">
48%patches-entities;
Note: See TracBrowser for help on using the repository browser.