[Clfs-commits] commit: r4492 - /trunk/BOOK/final-system/common/temp-perl.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 17 19:48:12 PST 2009


Author: jciccone
Date: Sun Jan 18 03:48:11 2009
New Revision: 4492

Log:
Change the temp system perl compilation to install a full set of perl modules, this fixes an issue running the coreutils testsuite.

Modified:
    trunk/BOOK/final-system/common/temp-perl.xml

Modified: trunk/BOOK/final-system/common/temp-perl.xml
==============================================================================
--- trunk/BOOK/final-system/common/temp-perl.xml (original)
+++ trunk/BOOK/final-system/common/temp-perl.xml Sun Jan 18 03:48:11 2009
@@ -50,7 +50,7 @@
 
   <para os="f">Now we are ready to make our perl utilities:</para>
 
-<screen os="g"><userinput>make perl utilities</userinput></screen>
+<screen os="g"><userinput>make</userinput></screen>
 
   <para os="h">Although Perl comes with a test suite, it is not recommended
   to run it at this point. Only part of Perl was built and running
@@ -60,9 +60,7 @@
 
     <para os="i">Install these tools and their libraries:</para>
 
-<screen os="j"><userinput>cp -v perl pod/pod2man /tools/bin
-install -dv /tools/lib/perl5/&perl-version;
-cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
+<screen os="j"><userinput>make install</userinput></screen>
 
     <para os="k">Finally, create a necessary symlink:</para>
 




More information about the Clfs-commits mailing list