Changeset 6c4e93e for BOOK/final-system
- Timestamp:
- Feb 23, 2006, 12:30:07 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:
- 2013ad9
- Parents:
- 6bfe833
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/temp-perl.xml
r6bfe833 r6c4e93e 52 52 <screen os="g"><userinput>make perl utilities</userinput></screen> 53 53 54 <para os="h">Install these tools and their libraries:</para> 54 <para os="h">Although Perl comes with a test suite, it is not recommended 55 to run it at this point. Only part of Perl was built and running 56 <command>make test</command> now will cause the rest of Perl to be built 57 as well, which is unnecessary at this point. The test suite can be run 58 later in this chapter if desired.</para> 55 59 56 <screen os="i"><userinput>cp -v perl pod/pod2man /tools/bin 60 <para os="i">Install these tools and their libraries:</para> 61 62 <screen os="j"><userinput>cp -v perl pod/pod2man /tools/bin 57 63 install -dv /tools/lib/perl5/&perl-version; 58 64 cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen> 59 65 60 <para os=" j">Finally, create a necessary symlink:</para>66 <para os="k">Finally, create a necessary symlink:</para> 61 67 62 <screen os=" k"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen>68 <screen os="l"><userinput>ln -sv /tools/bin/perl /usr/bin</userinput></screen> 63 69 64 70 </sect2> -
BOOK/final-system/common/util-linux.xml
r6bfe833 r6c4e93e 98 98 99 99 <screen os="h"><userinput>make HAVE_KILL=yes HAVE_SLN=yes install 100 mv /usr/bin/logger /bin</userinput></screen>100 mv -v /usr/bin/logger /bin</userinput></screen> 101 101 102 102 </sect2> -
BOOK/final-system/multilib/temp-perl.xml
r6bfe833 r6c4e93e 65 65 xpointer="xpointer(//*[@os='k'])"/> 66 66 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 68 href="../common/temp-perl.xml" 69 xpointer="xpointer(//*[@os='l'])"/> 70 67 71 </sect2> 68 72 -
BOOK/final-system/ppc/yaboot.xml
r6bfe833 r6c4e93e 36 36 37 37 <para>Yaboot has a compilation error. The following patch properly fixes 38 th at issue</para>38 the issue:</para> 39 39 40 40 <screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.