Changeset 175ff828 for temp-system/multilib/sed.xml
- Timestamp:
- Feb 21, 2006, 1:20:08 AM (19 years ago)
- Children:
- 1235a03
- Parents:
- adeb68a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/multilib/sed.xml
radeb68a r175ff828 23 23 <title>Installation of Sed</title> 24 24 25 <para>Prepare Sed for compilation:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/sed.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/sed.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/sed.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/sed.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 33 43 34 < para>Install the package:</para>35 36 <screen><userinput>make install</userinput></screen>44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/sed.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 37 47 38 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.