[EMAIL PROTECTED] wrote these words on 07/11/06 10:46 CST: > Modified: trunk/BOOK/final-system/common/perl.xml > =================================================================== > --- trunk/BOOK/final-system/common/perl.xml 2006-07-11 06:53:11 UTC (rev > 1964) > +++ trunk/BOOK/final-system/common/perl.xml 2006-07-11 15:46:53 UTC (rev > 1965) > @@ -74,7 +74,7 @@ > <screen os="e"><userinput>make</userinput></screen> > > <para os="h">To test the results, issue: > - <userinput>make test</userinput>.</para> > + <userinput>make check</userinput>.</para>
Hi Jim, Just a quick thought from someone who used to hang out at some Perl ng's. The *Perl* convention is: perl Makefile.PL make make test make install That is how it is expected, and changing 'make test' to 'make check' doesn't help anyone. In fact, it actually sets a poor example, as READMEs and most all other Perl literature will say to use 'make test'. -- Randy rmlscsi: [bogomips 1003.23] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 10:50:01 up 4 days, 20:58, 1 user, load average: 0.00, 0.02, 0.04 -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
