diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-07-08 01:47:50 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-08 07:36:01 +0000 |
commit | cb9505ffa7a98874f2965c3f21c94bb493c526b7 (patch) | |
tree | 3fd3b35e5cdfe77608f1620b15b3536f5632f612 /djgpp/djgppsed.sh | |
parent | 0ade19845bc827615a636e5c073d498c2244ec07 (diff) | |
download | perl-cb9505ffa7a98874f2965c3f21c94bb493c526b7.tar.gz |
dos-djgpp update
Message-ID: <19980707234750.A180@cdata.tvnet.hu>
p4raw-id: //depot/perl@1373
Diffstat (limited to 'djgpp/djgppsed.sh')
-rw-r--r-- | djgpp/djgppsed.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh index 96a6885f10..bf9d4ea7b4 100644 --- a/djgpp/djgppsed.sh +++ b/djgpp/djgppsed.sh @@ -29,7 +29,7 @@ sed -e $SCONFIG -e $SGREPTMP -e $SECHOTMP -e $SDDC -e $SOUT -e 's=\.\( \./\$file sed -e $SEXISTS -e $SLIST -e $SCONFIG Makefile.SH |tr -d '\r' >s; mv -f s Makefile.SH sed -e $SEXISTS -e $SPACKLIST lib/ExtUtils/Install.pm |tr -d '\r' >s; mv -f s lib/ExtUtils/Install.pm sed -e $SEXISTS -e $SPACKLIST lib/ExtUtils/MM_Unix.pm |tr -d '\r' >s; mv -f s lib/ExtUtils/MM_Unix.pm -sed -e $SEXISTS installperl >s; mv -f s installperl +sed -e $SEXISTS -e $SPACKLIST installperl >s; mv -f s installperl sed -e $SPOD2HTML lib/Pod/Html.pm |tr -d '\r' >s; mv -f s lib/Pod/Html.pm sed -e $SCC -e $SLIST -e $SFILEC -e $SCOR -e $SDEPTMP -e $SHSED makedepend.SH |tr -d '\r' >s; mv -f s makedepend.SH sed -e $SCPP t/comp/cpp.aux |tr -d '\r' >s; mv -f s t/comp/cpp.aux @@ -42,3 +42,7 @@ sed -e $SSTAT -e $STMP2 t/op/stat.t >s; mv -f s t/op/stat.t sed -e $SLIST x2p/Makefile.SH |tr -d '\r' >s; mv -f s x2p/Makefile.SH sed -e 's=^#define.\([A-Z]\+\)_EXP.*$=#define \1_EXP djgpp_pathexp("\1")=g' config_h.SH >s; mv -f s config_h.SH sed -e 's=:^/:={^([a-z]:)?[\\\\/]}=g' lib/termcap.pl >s; mv -f s lib/termcap.pl +sed -e $SPACKLIST installman >s; mv -f s installman +sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.pm +sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm +sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst |