Changeset c47e2c5 for BOOK/temp-system
- Timestamp:
- Dec 7, 2006, 2:08:44 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9368709
- Parents:
- 69af1b1
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gzip.xml
r69af1b1 rc47e2c5 23 23 <title>Installation of Gzip</title> 24 24 25 <para os="aa">The <command>configure</command> script needs a small26 modification when using cross-compiled tools:</para>27 28 <screen os="ab"><userinput>cp -v configure{,.orig}29 sed -e "s@nm conftest@${CLFS_TARGET}-&@" configure.orig > configure</userinput></screen>30 31 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 26 href="../../final-system/common/gzip.xml" … … 38 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 33 href="../../final-system/common/gzip.xml" 40 xpointer="xpointer(//*[@os='e'])"/> 34 xpointer="xpointer(//*[@os='c'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../../final-system/common/gzip.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 41 39 42 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 44 42 xpointer="xpointer(//*[@os='f'])"/> 45 43 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="../../final-system/common/gzip.xml" 48 xpointer="xpointer(//*[@os='h'])"/> 49 50 <screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 51 45 52 46 </sect2> -
BOOK/temp-system/multilib/gzip.xml
r69af1b1 rc47e2c5 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/gzip.xml" 27 xpointer="xpointer(//*[@os='aa'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/gzip.xml"31 xpointer="xpointer(//*[@os='ab'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/gzip.xml"35 27 xpointer="xpointer(//*[@os='a'])"/> 36 28 … … 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 33 href="../common/gzip.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 34 xpointer="xpointer(//*[@os='c'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/gzip.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 43 39 44 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 48 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 45 href="../common/gzip.xml" 50 xpointer="xpointer(//*[@os='h'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/gzip.xml" 54 xpointer="xpointer(//*[@os='i'])"/> 46 xpointer="xpointer(//*[@os='g'])"/> 55 47 56 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.