]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* Makefile.in: Only build testsuite directory on first 'make check'.
authorChristopher Faylor <me@cgf.cx>
Wed, 24 Oct 2001 21:56:52 +0000 (21:56 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 24 Oct 2001 21:56:52 +0000 (21:56 +0000)
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.

temp/Version.pm

index 244db546494c4f9c3c7a498983b7bb2e06c5c016..c2a635c973f8ab1b44853aced0bc70f96b77f086 100644 (file)
@@ -17,7 +17,7 @@ sub Normalize {
     defined($transform) and &{$transform}($_);
     s!^(.*/)([^/]*)$!$2!o;
     $pre .= length($1) ? $1 : '';
-    s/^((?:[a-z]\d|\D)*)//io;
+    s/^((?:(?:[a-z][a-z]*\d)*[^a-z\d])+)//oi;
     $pre .= $1;
     $post .= $1 while s/([-\._](bz2|gz)|[-\._]bin|[-\._]tar|[-\._]tgz|[-\._]Z|[-\._]?elf|[-\._]lnx|[-\._][a-z]*doc[a-z]*|[-\._]linux|[-\._]hacker|[-\._]tool|[-\._]src)//;
     $_ = '0' unless length($_);
This page took 0.033071 seconds and 5 git commands to generate.