Forgot that expr assumes regexp is anchored-left; therefore need .*

in front of any platform name pattern that's not supposed to match
beginning at the start of the machine type name...
This commit is contained in:
Tom Lane 2000-01-25 01:59:27 +00:00
parent 306ada82c2
commit a39c6ab4cb
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
int2/hppa=int2-too-large
int4/hppa=int4-too-large
int2/netbsd=int2-too-large
int4/netbsd=int4-too-large
int2/.*-netbsd=int2-too-large
int4/.*-netbsd=int4-too-large
int2/i.86-pc-linux-gnulibc=int2-not-representable
int4/i.86-pc-linux-gnulibc=int4-not-representable
geometry/hppa=geometry-positive-zeros
geometry/netbsd=geometry-positive-zeros
geometry/.*-netbsd=geometry-positive-zeros
geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
horology/hppa=horology-no-DST-before-1970