- Timestamp:
- Jul 18, 2013, 12:06:49 PM (11 years ago)
- 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)
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/linux-headers.xml
rab4899e rdf099ac 33 33 make ARCH=${CLFS_ARCH} headers_check 34 34 make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install 35 cp -rv dest/include/* ${CLFS}/ usr/include</userinput></screen>35 cp -rv dest/include/* ${CLFS}/cross-tools/include</userinput></screen> 36 36 37 37 </sect2> -
BOOK/final-preps/creatingcrossdir.xml
rab4899e rdf099ac 21 21 <para>Create the required directory by running the following:</para> 22 22 23 <screen><userinput>install -dv ${CLFS}/cross-tools{,/ bin}</userinput></screen>23 <screen><userinput>install -dv ${CLFS}/cross-tools{,/include,/bin}</userinput></screen> 24 24 25 25 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.