Changeset 1bc8e5f for BOOK/temp-system/multilib/diffutils.xml
- Timestamp:
- Feb 21, 2006, 1:20:08 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 735ac8e
- Parents:
- a1a0762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/diffutils.xml
ra1a0762 r1bc8e5f 23 23 <title>Installation of Diffutils</title> 24 24 25 <para>Prepare Diffutils for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/diffutils.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 26 28 27 <screen ><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 28 30 --host=${LFS_TARGET}</userinput></screen> 29 31 30 <para>Compile the package:</para> 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/diffutils.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 31 35 32 <screen><userinput>make</userinput></screen> 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/diffutils.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 33 39 34 <para>Install the package:</para> 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/diffutils.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 35 43 36 <screen><userinput>make install</userinput></screen> 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/diffutils.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 37 47 38 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.