summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/win32
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-10-27 22:15:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-10-27 22:15:14 +0000
commit3349091e2048a52ce7723c41e37b65cd735d2caf (patch)
tree436adff833fd8c2316e8631c89b4a7e38a9aa160 /gnu/usr.bin/perl/win32
parent41d2b9ca45ecfe7a49cff78e98290e31a1827a6c (diff)
stock perl 5.8.0 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/win32')
-rw-r--r--gnu/usr.bin/perl/win32/sync_ext.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/usr.bin/perl/win32/sync_ext.pl b/gnu/usr.bin/perl/win32/sync_ext.pl
index cb09285561b..e482b69838d 100644
--- a/gnu/usr.bin/perl/win32/sync_ext.pl
+++ b/gnu/usr.bin/perl/win32/sync_ext.pl
@@ -1,14 +1,7 @@
-=begin comment
+=comment
Synchronize filename cases for extensions.
-This script could be used to perform following renaming:
-if there exist file, for example, "FiLeNaME.c" and
-filename.obj then it renames "filename.obj" to "FiLeNaME.obj".
-There is a problem when some compilers (e.g.Borland) generate
-such .obj files and then "make" process will not treat them
-as dependant and already maked files.
-
This script takes two arguments - first and second extensions to
synchronize filename cases with.