Changeset 43100c0 for BOOK/final-system
- Timestamp:
- Feb 3, 2014, 3:21:44 AM (12 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4340580
- Parents:
- 849369d (diff), 961afdcd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- BOOK/final-system
- Files:
-
- 10 edited
-
common/diffutils.xml (modified) (1 diff)
-
common/expat.xml (modified) (1 diff)
-
common/iana-etc.xml (modified) (2 diffs)
-
multilib/bzip2-64bit.xml (modified) (1 diff)
-
multilib/bzip2-n32.xml (modified) (1 diff)
-
multilib/bzip2.xml (modified) (1 diff)
-
multilib/diffutils.xml (modified) (1 diff)
-
multilib/expat-64bit.xml (modified) (2 diffs)
-
multilib/expat-n32.xml (modified) (2 diffs)
-
multilib/expat.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r849369d r43100c0 25 25 <sect2 role="installation"> 26 26 <title>Installation of Diffutils</title> 27 28 <para os="s1">"Fix a file so locale files are installed:"</para> 29 30 <screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen> 27 31 28 32 <para os="a">Prepare Diffutils for compilation:</para> -
BOOK/final-system/common/expat.xml
r849369d r43100c0 33 33 <screen os="d"><userinput>make</userinput></screen> 34 34 35 <para os="e">To test the results, issue: 36 <userinput>make check</userinput>.</para> 35 <para os="e">To test the results, issue:</para> 36 37 <screen os="e2"><userinput remap="test">make check</userinput></screen> 37 38 38 39 <para os="f">Install the package:</para> -
BOOK/final-system/common/iana-etc.xml
r849369d r43100c0 26 26 <title>Installation of Iana-Etc</title> 27 27 28 <note os="p1"> 29 <para>This package has the option of downloading updated data when internet access is available. If /etc/resolv.conf has a nameserver entry and internet access is available at this step, then apply the IANA get patch and get the updated data: 30 <screen><command>patch -Np1 -i ../&iana-etc-get_fix-patch;</command> 31 <command>make get</command></screen> 32 Do not apply the following patch.</para> 33 </note> 28 <para os="p2">The following patch updates the services and protocol xml files:</para> 34 29 35 <para os="p2">The following patch updates the services and protocol files:</para> 36 37 <screen os="p3"><userinput>patch -Np1 -i ../&iana-etc-numbers_update-patch;</userinput></screen> 30 <screen os="p3"><userinput>xzcat ../&iana-etc-numbers_update-patch; | patch -Np1 -i -</userinput></screen> 38 31 39 32 <para os="a">The following command converts the raw data provided by IANA into … … 41 34 <filename>/etc/services</filename> data files:</para> 42 35 43 <screen os="b"><userinput>make</userinput></screen> 36 <screen os="b"><userinput>make get && 37 make</userinput></screen> 44 38 45 39 <para os="c">This package does not come with a test suite.</para> -
BOOK/final-system/multilib/bzip2-64bit.xml
r849369d r43100c0 29 29 href="bzip2.xml" 30 30 xpointer="xpointer(//*[@os='s2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/bzip2.xml" 34 xpointer="xpointer(//*[@os='s3'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/bzip2.xml" 38 xpointer="xpointer(//*[@os='s4'])"/> 31 39 32 40 <para os="m1">We need to change the default lib path -
BOOK/final-system/multilib/bzip2-n32.xml
r849369d r43100c0 30 30 href="bzip2.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/bzip2.xml" 35 xpointer="xpointer(//*[@os='s3'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/bzip2.xml" 39 xpointer="xpointer(//*[@os='s4'])"/> 32 40 33 41 <para os="m1">We need to change the default lib path -
BOOK/final-system/multilib/bzip2.xml
r849369d r43100c0 30 30 href="../common/bzip2.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/bzip2.xml" 35 xpointer="xpointer(//*[@os='s3'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/bzip2.xml" 39 xpointer="xpointer(//*[@os='s4'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/diffutils.xml
r849369d r43100c0 21 21 <sect2 role="installation"> 22 22 <title>Installation of Diffutils</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/diffutils.xml" 26 xpointer="xpointer(//*[@os='s1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/diffutils.xml" 30 xpointer="xpointer(//*[@os='s2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/expat-64bit.xml
r849369d r43100c0 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr\29 -- libdir=/usr/lib64</userinput></screen>28 <screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \ 29 --prefix=/usr --libdir=/usr/lib64</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 40 40 href="../common/expat.xml" 41 41 xpointer="xpointer(//*[@os='e'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/expat.xml" 45 xpointer="xpointer(//*[@os='e2'])"/> 42 46 43 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/expat-n32.xml
r849369d r43100c0 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr\30 --libdir=/usr/lib32</userinput></screen>29 <screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ 30 ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 41 41 href="../common/expat.xml" 42 42 xpointer="xpointer(//*[@os='e'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/expat.xml" 46 xpointer="xpointer(//*[@os='e2'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/expat.xml
r849369d r43100c0 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr\30 -- libdir=/usr/lib</userinput></screen>29 <screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure \ 30 --prefix=/usr --libdir=/usr/lib</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 41 41 href="../common/expat.xml" 42 42 xpointer="xpointer(//*[@os='e'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/expat.xml" 46 xpointer="xpointer(//*[@os='e2'])"/> 43 47 44 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.
