Changeset 26e2b14 in clfs-embedded for BOOK/materials/common


Ignore:
Timestamp:
Oct 15, 2013, 1:43:10 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
466a568
Parents:
877c72d
Message:

Move sysroot dir creation to cross-tools

To fix usage of ${CLFS_TARGET} before it was exported.

File:
1 edited

Legend:

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

    r877c72d r26e2b14  
    2525<screen><userinput>chmod 777 ${CLFS}</userinput></screen>
    2626
    27   <para>Create a sysroot directory which will be used when building the cross
    28     compiler and link its <filename class="directory">usr</filename> directory
    29     to itself such that everything installs to the sysroot:</para>
    30 
    31 <screen><userinput>mkdir -p ${CLFS}/cross-tools/${CLFS_TARGET}
    32 ln -sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr</userinput></screen>
    33 
    3427  <para>Downloaded packages and patches will need to be stored somewhere
    3528  that is conveniently available throughout the entire build. A working
Note: See TracChangeset for help on using the changeset viewer.