Changeset 94e2400 in clfs-embedded for BOOK/materials/common
- Timestamp:
- Oct 15, 2013, 8:35:34 PM (11 years ago)
- Branches:
- master
- Children:
- 877c72d
- Parents:
- 5f18bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/creatingbuilddir.xml
r5f18bea r94e2400 29 29 to itself such that everything installs to the sysroot:</para> 30 30 31 <screen><userinput>mkdir -p ${CLFS}/cross-tools/ sysroot32 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> 33 33 34 34 <para>Downloaded packages and patches will need to be stored somewhere
Note:
See TracChangeset
for help on using the changeset viewer.