Changeset 9eae0a0 in clfs-embedded
- Timestamp:
- Oct 14, 2013, 8:57:24 AM (11 years ago)
- Branches:
- master
- Children:
- cff561f
- Parents:
- e69a70d
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 07:30:56)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 08:57:24)
- Location:
- BOOK
- Files:
-
- 1 deleted
- 7 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/arm-index.xml
re69a70d r9eae0a0 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>28 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/arm-chapter.xml"/> 29 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/> -
BOOK/introduction/common/how.xml
re69a70d r9eae0a0 33 33 LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para> 34 34 35 <para><xref linkend="chapter-creating-build-dir"/> of this book describes how 36 to create a temporary build directory where the new CLFS system will be 37 compiled and installed. <xref linkend="chapter-getting-materials"/> explains 38 which packages and patches need to be downloaded to build a CLFS system and 39 how to store them on the new file system. <xref 40 linkend="chapter-final-preps"/> discusses the setup for an appropriate 35 <para><xref linkend="chapter-getting-materials"/> of this book describes how 36 to create a temporary build directory and which packages and patches need to 37 be downloaded to build a CLFS system. 38 <xref linkend="chapter-final-preps"/> discusses the setup for an appropriate 41 39 working environment. Please read <xref linkend="chapter-final-preps"/> 42 40 carefully as it explains several important issues the developer should be -
BOOK/materials/arm-chapter.xml
re69a70d r9eae0a0 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingbuilddir.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/packages.xml"/> -
BOOK/materials/common/creatingbuilddir.xml
re69a70d r9eae0a0 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../ general.ent">4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 6 ]> 7 7 8 <sect1 id="ch- create-dir-creatingbuilddir">8 <sect1 id="ch-materials-creatingbuilddir"> 9 9 <?dbhtml filename="creatingbuilddir.html"?> 10 10 -
BOOK/materials/mips-chapter.xml
re69a70d r9eae0a0 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingbuilddir.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/packages.xml"/> -
BOOK/materials/x86-chapter.xml
re69a70d r9eae0a0 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/creatingbuilddir.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/packages.xml"/> -
BOOK/mips-index.xml
re69a70d r9eae0a0 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>28 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/mips-chapter.xml"/> 29 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/> -
BOOK/x86-index.xml
re69a70d r9eae0a0 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>28 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/x86-chapter.xml"/> 29 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.