Changeset df099ac in clfs-embedded for BOOK


Ignore:
Timestamp:
Jul 18, 2013, 12:06:49 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
752c0e2
Parents:
ab4899e
git-author:
Andrew Bradford <andrew@…> (07/15/13 05:11:09)
git-committer:
Andrew Bradford <andrew@…> (07/18/13 12:06:49)
Message:

Install linux headers to cross-tools/include

They aren't needed on the final system so just install them into
${CLFS}/cross-tools/include. EGLIBC will look for them there.

Location:
BOOK
Files:
2 edited

Legend:

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

    rab4899e rdf099ac  
    3333make ARCH=${CLFS_ARCH} headers_check
    3434make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install
    35 cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
     35cp -rv dest/include/* ${CLFS}/cross-tools/include</userinput></screen>
    3636
    3737  </sect2>
  • BOOK/final-preps/creatingcrossdir.xml

    rab4899e rdf099ac  
    2121  <para>Create the required directory by running the following:</para>
    2222
    23 <screen><userinput>install -dv ${CLFS}/cross-tools{,/bin}</userinput></screen>
     23<screen><userinput>install -dv ${CLFS}/cross-tools{,/include,/bin}</userinput></screen>
    2424
    2525</sect1>
Note: See TracChangeset for help on using the changeset viewer.