Changeset 94e2400 in clfs-embedded for BOOK/materials/common


Ignore:
Timestamp:
Oct 15, 2013, 1:35:34 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
877c72d
Parents:
5f18bea
Message:

Use ${CLFS}/cross-tools/${CLFS_TARGET} as sysroot dir

BUG: This uses ${CLFS_TARGET} before it is exported within materials
chapter for creating the sysroot directory!

File:
1 edited

Legend:

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

    r5f18bea r94e2400  
    2929    to itself such that everything installs to the sysroot:</para>
    3030
    31 <screen><userinput>mkdir -p ${CLFS}/cross-tools/sysroot
    32   ln -sfv . ${CLFS}/cross-tools/sysroot/usr</userinput></screen>
     31<screen><userinput>mkdir -p ${CLFS}/cross-tools/${CLFS_TARGET}
     32  ln -sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr</userinput></screen>
    3333
    3434  <para>Downloaded packages and patches will need to be stored somewhere
Note: See TracChangeset for help on using the changeset viewer.