source: clfs-embedded/BOOK/general.ent @ 0dad5b9

Last change on this file since 0dad5b9 was 0dad5b9, checked in by Jim Gifford <clfs@…>, 15 years ago

uClibc Updates

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
2
[ae582f6]3<!ENTITY month "01"> <!-- Use two digits -->
[3c8eaa6]4<!ENTITY month_name "December">
[8759158]5<!ENTITY day "25"> <!-- Use two digits -->
[ae582f6]6<!ENTITY year "2009"> <!-- Use four digits -->
[a9e389d]7
8<!ENTITY releasedate "&month_name; &day;, &year;">
9
[02c0349]10<!ENTITY major-version "0">
[a9e389d]11<!ENTITY minor-version "0">
[02c0349]12<!ENTITY extra-version "1">
13<!ENTITY milestone "0.0.1">
14<!ENTITY generic-version "0.0.1"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->
[a9e389d]15
16<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
17
18<!ENTITY version-x86 "&version;-x86">
[99fc891]19<!ENTITY version-mips "&version;-mips">
[4884635]20<!ENTITY version-arm "&version;-arm">
[cbe8492]21<!ENTITY version-wrt "&version;-wrt">
[a9e389d]22
23<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
24<!ENTITY clfs-root "http://cross-lfs.org/">
25<!ENTITY clfs-wiki "http://trac.cross-lfs.org/">
26<!ENTITY blfs-root "&lfs-root;blfs/">
27<!ENTITY faq-root "&clfs-wiki;wiki/faq">
28<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
29<!ENTITY hints-index "&lfs-root;hints/list.html">
30<!ENTITY livecd-root "&lfs-root;livecd/">
[3466794]31<!ENTITY errata "&clfs-wiki;clfs-embedded/errata/&generic-version;/">
[a9e389d]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/">
[0dad5b9]38<!ENTITY sourceforge "http://master.dl.sourceforge.net/">
39<!ENTITY svn-clfs-config "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-embedded/config/">
[24e0008]40<!ENTITY svn-clfs-software "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-embedded/software/">
[a9e389d]41
42<!ENTITY dependencies "Installation depends on">
43<!ENTITY testsuites "Test suite depends on">
44<!ENTITY before "Must be installed before">
45
46<!ENTITY % packages-entities SYSTEM "packages.ent">
47%packages-entities;
48
49<!ENTITY % patches-entities SYSTEM "patches.ent">
50%patches-entities;
Note: See TracBrowser for help on using the repository browser.