This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32\sncfnmcs.pl corrections
authorVadim Konovalov <vkonovalov@lucent.com>
Mon, 23 Jul 2001 12:56:54 +0000 (14:56 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 23 Jul 2001 21:06:42 +0000 (21:06 +0000)
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>

Rename the script a little bit more sensibly.

p4raw-id: //depot/perl@11453

MANIFEST
README.win32
win32/sync_ext.pl [moved from win32/sncfnmcs.pl with 92% similarity]

index cab6011..cb7db4f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2235,8 +2235,8 @@ win32/perlhost.h          Perl "host" implementation
 win32/perllib.c                        Win32 port
 win32/pod.mak                  Win32 port
 win32/runperl.c                        Win32 port
 win32/perllib.c                        Win32 port
 win32/pod.mak                  Win32 port
 win32/runperl.c                        Win32 port
-win32/sncfnmcs.pl              Win32 port
 win32/splittree.pl             Win32 port
 win32/splittree.pl             Win32 port
+win32/sync_ext.pl              Win32 port
 win32/vdir.h                   Perl "host" virtual directory manager
 win32/vmem.h                   Perl "host" memory manager
 win32/win32.c                  Win32 port
 win32/vdir.h                   Perl "host" virtual directory manager
 win32/vmem.h                   Perl "host" memory manager
 win32/win32.c                  Win32 port
index e21281e..135924e 100644 (file)
@@ -85,7 +85,7 @@ with all lowercase letters, and every time dmake is invoked
 to bring files up to date, it will try to recompile such files again.\r
 For example, Tk distribution has a lot of such files, resulting in\r
 needless recompiles everytime dmake is invoked.  To avoid this, you\r
 to bring files up to date, it will try to recompile such files again.\r
 For example, Tk distribution has a lot of such files, resulting in\r
 needless recompiles everytime dmake is invoked.  To avoid this, you\r
-may use the script "sncfnmcs.pl" after a successful build.  It is\r
+may use the script "sync_ext.pl" after a successful build.  It is\r
 available in the win32 subdirectory of the Perl source distribution.\r
 \r
 =item Command Shell\r
 available in the win32 subdirectory of the Perl source distribution.\r
 \r
 =item Command Shell\r
similarity index 92%
rename from win32/sncfnmcs.pl
rename to win32/sync_ext.pl
index bb62460..e482b69 100644 (file)
@@ -1,8 +1,9 @@
 =comment
 
 =comment
 
-Synchronize filename cases.
-This script takes two arguments - first and second extensions to synchronize
-filename cases with.
+Synchronize filename cases for extensions.
+
+This script takes two arguments - first and second extensions to
+synchronize filename cases with.
 
 There may be specified following options:
   --verbose    <== say everything what is going on
 
 There may be specified following options:
   --verbose    <== say everything what is going on
@@ -12,7 +13,7 @@ There may be specified following options:
 Every such option can be specified with an optional "no" prefix to negate it.
 
 Typically, it is invoked as:
 Every such option can be specified with an optional "no" prefix to negate it.
 
 Typically, it is invoked as:
-  perl sync-fnamescase.pl c obj --verbose
+  perl sync_ext.pl c obj --verbose
 
 =cut
 
 
 =cut