Changeset 9eae0a0 in clfs-embedded


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
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)
Message:

Move mkdir build-dir to materials

There was only 1 page for creating the build dir as it used to be
creating a partition (which isn't needed for embedded) but it fits
better within materials as that's where ${CLFS}/cross-tools/sources gets
created anyway. Let's keep it all together.

Location:
BOOK
Files:
1 deleted
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/arm-index.xml

    re69a70d r9eae0a0  
    2525    <title>Preparing for the Build</title>
    2626
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>
    2827    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/arm-chapter.xml"/>
    2928    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
  • BOOK/introduction/common/how.xml

    re69a70d r9eae0a0  
    3333  LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
    3434
    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
    4139  working environment. Please read <xref linkend="chapter-final-preps"/>
    4240  carefully as it explains several important issues the developer should be
  • BOOK/materials/arm-chapter.xml

    re69a70d r9eae0a0  
    1313
    1414  <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"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/packages.xml"/>
  • BOOK/materials/common/creatingbuilddir.xml

    re69a70d r9eae0a0  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "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">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-create-dir-creatingbuilddir">
     8<sect1 id="ch-materials-creatingbuilddir">
    99  <?dbhtml filename="creatingbuilddir.html"?>
    1010
  • BOOK/materials/mips-chapter.xml

    re69a70d r9eae0a0  
    1313
    1414  <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"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/packages.xml"/>
  • BOOK/materials/x86-chapter.xml

    re69a70d r9eae0a0  
    1313
    1414  <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"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/packages.xml"/>
  • BOOK/mips-index.xml

    re69a70d r9eae0a0  
    2525    <title>Preparing for the Build</title>
    2626
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>
    2827    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/mips-chapter.xml"/>
    2928    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
  • BOOK/x86-index.xml

    re69a70d r9eae0a0  
    2525    <title>Preparing for the Build</title>
    2626
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="create-dir/chapter.xml"/>
    2827    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/x86-chapter.xml"/>
    2928    <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.