Changeset 11462e6 in clfs-sysroot for BOOK/cross-tools/x86/linux-headers.xml


Ignore:
Timestamp:
Jul 11, 2009, 6:21:38 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
fef8487
Parents:
a7229a9
Message:

Add command explanations to linux-headers as well as a command to clean up what's installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/linux-headers.xml

    ra7229a9 r11462e6  
    3333make ARCH=x86 headers_check
    3434make ARCH=x86 INSTALL_HDR_PATH=dest headers_install
    35 cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
     35cp -rv dest/include/* ${CLFS}/usr/include
     36find ${CLFS}/usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen>
     37
     38    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    href="../arm/linux-headers.xml"
     40    xpointer="xpointer(//*[@os='d'])"/>
    3641
    3742  </sect2>
Note: See TracChangeset for help on using the changeset viewer.