diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-06-25 06:36:21 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 20:06:30 +0000 |
commit | d502c9a36160fccf3c8041e4d2a72bc9ee3bee58 (patch) | |
tree | f86f81a845e74be671d5b98ed83be38875ea96a3 /perl_exp.SH | |
parent | 5d82c45359f0afca7589620b2f4a39c32f3875eb (diff) | |
download | perl-d502c9a36160fccf3c8041e4d2a72bc9ee3bee58.tar.gz |
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: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
p4raw-id: //depot/perl@1243
Diffstat (limited to 'perl_exp.SH')
-rw-r--r-- | perl_exp.SH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl_exp.SH b/perl_exp.SH index ab1866bfaa..d59bc75042 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 |