diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2001-07-23 14:56:54 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-23 21:06:42 +0000 |
commit | 02b1e60408c5543387fd5ef57f131e9ef0480a95 (patch) | |
tree | b7fdb5c6e984e7c8c2a6e6ebfbad5795792dbdb9 | |
parent | ad8fe22763798a32af6a3ef0934bfb712ab5a7e1 (diff) | |
download | perl-02b1e60408c5543387fd5ef57f131e9ef0480a95.tar.gz |
win32\sncfnmcs.pl corrections
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
-rw-r--r-- | MANIFEST | 2 | ||||
-rw-r--r-- | README.win32 | 2 | ||||
-rw-r--r-- | win32/sync_ext.pl (renamed from win32/sncfnmcs.pl) | 9 |
3 files changed, 7 insertions, 6 deletions
@@ -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/sncfnmcs.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 diff --git a/README.win32 b/README.win32 index e21281e3b4..135924e69d 100644 --- a/README.win32 +++ b/README.win32 @@ -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.
For example, Tk distribution has a lot of such files, resulting in
needless recompiles everytime dmake is invoked. To avoid this, you
-may use the script "sncfnmcs.pl" after a successful build. It is
+may use the script "sync_ext.pl" after a successful build. It is
available in the win32 subdirectory of the Perl source distribution.
=item Command Shell
diff --git a/win32/sncfnmcs.pl b/win32/sync_ext.pl index bb62460ea0..e482b69838 100644 --- a/win32/sncfnmcs.pl +++ b/win32/sync_ext.pl @@ -1,8 +1,9 @@ =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 @@ -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: - perl sync-fnamescase.pl c obj --verbose + perl sync_ext.pl c obj --verbose =cut |