UnixWare 7 patches for current CVS code.

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: pgsql-hackers(at)postgreSQL(dot)org, pgsql-ports(at)postgreSQL(dot)org, patches(at)postgreSQL(dot)org
Subject: UnixWare 7 patches for current CVS code.
Date: 1999-04-17 20:39:20
Message-ID: 199904172039.QAA20174@bajor.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

Configure no longer recognizes UnixWare 7 as a supported OS. The attached
patches will correct this.

With these patches, config.guess will produce:

i?86-pc-unixware7.0.1 (where ? is 3 or 5 depending on the chipset)

which config.sub will accept and pass on to configure. Configure was changed
to recognize 'unixware*' as a valid type instead of 'sysv5'. I belive these
changes brings the recognition of the unixware systems in line with the intent
of the config.guess and config.sub routines (Intel x86 machines identified by
iX86-pc constructs followed by -OSname). The other option would be to have
config.guess output 'i?86-pc-sysv5-unixware7.0.1', but I did not have time to
get it to work in that form (yet).

Attachment Content-Type Size
uw7.config.patch application/x-patch 2.0 KB
unknown_filename text/plain 223 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message silvia_brown 1999-04-19 00:45:01 adv: Important Psychic Message For You...
Previous Message Roland Roberts 1999-04-01 03:16:25 Re: [HACKERS] Removing derived files from CVS

Browse pgsql-ports by date

  From Date Subject
Next Message Rachel Greenham 1999-04-18 01:58:52
Previous Message Andrew Merrill 1999-04-16 22:51:11 Patch to compile 6.5 on SCO OpenServer