diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 22:15:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 22:15:14 +0000 |
commit | 3349091e2048a52ce7723c41e37b65cd735d2caf (patch) | |
tree | 436adff833fd8c2316e8631c89b4a7e38a9aa160 /gnu/usr.bin/perl/win32 | |
parent | 41d2b9ca45ecfe7a49cff78e98290e31a1827a6c (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.pl | 9 |
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. |