Changeset 0cb7f8b for chapter05/perl.xml


Ignore:
Timestamp:
08/09/2004 02:44:30 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
68450d5
Parents:
6b85f8a
Message:

Updated acknowledgements. Added notes regarding test suites not available for some packages. Edited the udev explanation page. Fixed some misc. typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/perl.xml

    r6b85f8a r0cb7f8b  
    5353<screen><userinput>make perl utilities</userinput></screen>
    5454
    55 <para>Then copy these tools and their libraries:</para>
     55<para>Although Perl comes with a test suite, it is not recommended to
     56run it at this point. Only part of Perl was built and running
     57<userinput>make test</userinput> now will cause the rest of Perl to be
     58built as well which is unnecessary at this point. The test suite can
     59be run in the next chapter if desires.</para>
     60
     61<para>Copy these tools and their libraries:</para>
    5662
    5763<screen><userinput>cp perl pod/pod2man /tools/bin
Note: See TracChangeset for help on using the changeset viewer.