Changeset f2ad938 in clfs-embedded for BOOK/materials/common/creatingbuilddir.xml


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
a94093c
Parents:
cff561f
git-author:
Andrew Bradford <andrew@…> (10/10/13 08:03:26)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:57:24)
Message:

materials: Move sources dir create with ${CLFS}

So that ${CLFS} and ${CLFS}/sources are created together.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/creatingbuilddir.xml

    rcff561f rf2ad938  
    99  <?dbhtml filename="creatingbuilddir.html"?>
    1010
    11   <title>Creating a Build Directory</title>
     11  <title>Creating Build and Sources Directories</title>
    1212
    1313  <para> Create a directory for the CLFS build (the exact location is up to
     
    2525<screen><userinput>chmod 777 ${CLFS}</userinput></screen>
    2626
    27   <para>Now that there is an established place to work, it is time to
    28   download the packages.</para>
     27  <para>Downloaded packages and patches will need to be stored somewhere
     28  that is conveniently available throughout the entire build. A working
     29  directory is also required to unpack the sources and build them.
     30  <filename class="directory">${CLFS}/sources</filename> can be used both
     31  as the place to store the tarballs and patches and as a working
     32  directory.</para>
     33
     34  <para>Create a directory to store the sources:</para>
     35
     36<screen><userinput>mkdir -v ${CLFS}/sources</userinput></screen>
    2937
    3038</sect1>
Note: See TracChangeset for help on using the changeset viewer.