Changeset 263192a for BOOK/final-system/multilib/bzip2.xml
- Timestamp:
- Feb 21, 2006, 1:40:36 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:
- a305bc8
- Parents:
- 5548691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/bzip2.xml
r5548691 r263192a 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/bzip2.xml" 27 xpointer="xpointer(//*[@os='p3'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/bzip2.xml"31 xpointer="xpointer(//*[@os='p4'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/bzip2.xml"35 27 xpointer="xpointer(//*[@os='a'])"/> 36 28 … … 48 40 <screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"</userinput></screen> 49 41 50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 51 href="../common/bzip2.xml" 52 xpointer="xpointer(//*[@os='f'])"/> 42 <para os="i">Install the libraries, make 43 some necessary symbolic links, and clean up:</para> 53 44 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/bzip2.xml" 56 xpointer="xpointer(//*[@os='g'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../common/bzip2.xml" 60 xpointer="xpointer(//*[@os='h'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 href="../common/bzip2.xml" 64 xpointer="xpointer(//*[@os='i'])"/> 65 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 67 href="../common/bzip2.xml" 68 xpointer="xpointer(//*[@os='j'])"/> 45 <screen os="j"><userinput>cp libbz2.a /usr/lib 46 cp -a libbz2.so* /lib 47 ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so</userinput></screen> 69 48 70 49 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.