Subject: Re: possible values for LOWER_OPSYS?
To: Tobias Nygren <tnn@NetBSD.org>
From: Tobias Nygren <tnn@NetBSD.org>
List: tech-pkg
Date: 10/16/2007 13:40:16
On Tue, 16 Oct 2007 13:01:46 +0200
Tobias Nygren <tnn@NetBSD.org> wrote:
> On Mon, 15 Oct 2007 23:12:07 +0200
> Klaus Heinz <k.heinz@oktsieben.kh-22.de> wrote:
>
> > Hi,
> >
> > from bsd.prefs.mk I extracted this list of values for LOWER_OPSYS
> > netbsd
> > aix
> > bsdi
> > darwin
> > dragonfly
> > freebsd
> > interix3
> > irix??
> > linux
> > osf??
> > hpux??
> > solaris
> >
> > Which are the possible values for irix, osf and hpux?
>
> From the first glance I guess it might be a bug and the ?? part
> should in fact go in LOWER_OPSYS_VERSION/VERSUFFIX. On my systems,
> LOWER_OPSYS contains osf5.1 resp. hpux11.11, which I have thought to be
> awkward in the past. I'll try to fix it.
Fixed for osf1 and hpux in bsd.prefs.mk 1.271. The same fix could
probably apply to irix but I can't test such a change.
Cheers,
-Tobias