From: Andy Dougherty Date: Thu, 25 Jun 1998 10:36:21 +0000 (-0400) Subject: specify *.sym files needed in perl_exp.SH instead of picking up all X-Git-Tag: accepted/trunk/20130322.191538~37551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d502c9a36160fccf3c8041e4d2a72bc9ee3bee58;p=platform%2Fupstream%2Fperl.git specify *.sym files needed in perl_exp.SH instead of picking up all Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0 Message-Id: p4raw-id: //depot/perl@1243 --- diff --git a/perl_exp.SH b/perl_exp.SH index ab1866b..d59bc75 100644 --- a/perl_exp.SH +++ b/perl_exp.SH @@ -38,9 +38,9 @@ echo "Extracting perl.exp" rm -f perl.exp echo "#!" > perl.exp -# No compat3 since and including the 5.004_50. -# perlio.sym added later if needed. -syms=`ls -1 *.sym|egrep -v 'compat3|perlio'` +# No compat3 since 5.004_50. +# perlio.sym will added below if needed. +syms="global.sym interp.sym thread.sym" sed -n '/^[A-Za-z]/ s/^/Perl_/p' $syms >> perl.exp