Change 11664 by jhi@alpha on 2001/08/14 12:05:09
Add some files to DOSish and writables.
Affected files ...
... //depot/perl/Porting/makerel#23 edit
Differences ...
==== //depot/perl/Porting/makerel#23 (text) ====
Index: perl/Porting/makerel
--- perl/Porting/makerel.~1~ Tue Aug 14 06:15:05 2001
+++ perl/Porting/makerel Tue Aug 14 06:15:05 2001
@@ -104,6 +104,8 @@
system("chmod +x @exe");
my @writables = qw(
+ NetWare/config_H.wc
+ NetWare/Makefile
keywords.h
opcode.h
opnames.h
@@ -129,19 +131,22 @@
win32/Makefile
win32/makefile.mk
win32/config_H.bc
- win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
+ wince/config_H.ce
+ wince/Makefile.ce
);
system("chmod +w @writables");
print "Adding CRs to DOSish files...\n";
my @crlf = qw(
djgpp/configure.bat
+ README.ce
README.dos
README.win32
win32/Makefile
win32/makefile.mk
+ wince/Makefile.ce
);
system("perl -pi -e 's/\015*\012/\015\012/' @crlf");
print "\n";
End of Patch.