Changeset 94e2400 in clfs-embedded for BOOK/cleanup


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/cleanup/copylibs.xml

    r5f18bea r94e2400  
    1515    copied to the target:</para>
    1616
    17 <screen><userinput>cp -v ${CLFS}/cross-tools/sysroot/lib/*.so ${CLFS}/targetfs/lib/</userinput></screen>
     17<screen><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so ${CLFS}/targetfs/lib/</userinput></screen>
    1818
    1919  <para>Optionally, strip the libraries to reduce their size:</para>
Note: See TracChangeset for help on using the changeset viewer.