Changeset a954b24 in clfs-embedded for BOOK


Ignore:
Timestamp:
Oct 24, 2013, 11:49:41 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
207b438
Parents:
1a129f8
git-author:
Andrew Bradford <andrew@…> (10/24/13 11:37:18)
git-committer:
Andrew Bradford <andrew@…> (10/24/13 11:49:41)
Message:

copylibs: Ensure cp uses -P to preserve symlinks

Or else /lib dir on target will be ugly and wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/copylibs.xml

    r1a129f8 ra954b24  
    1515    copied to the target:</para>
    1616
    17 <screen><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/*.so* ${CLFS}/targetfs/lib/</userinput></screen>
     17<screen><userinput>cp -vP ${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.