Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 14:55:35 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Peter Pentchev <roam@orbitel.bg>
Cc:        Marco van de Voort <marcov@stack.nl>, freebsd-ports@FreeBSD.org
Subject:   Re: Freepascal
Message-ID:  <39C0BCB6.1AE26094@FreeBSD.org>
References:  <20000913201407.4E4E52E802@hermes.tue.nl> <39C0ADA0.EBE7FE9F@FreeBSD.org> <20000914140034.B32524@ringwraith.office1.bg> <39C0B48C.EDDDDC73@FreeBSD.org> <20000914142439.D32524@ringwraith.office1.bg>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Pentchev wrote:

> On Thu, Sep 14, 2000 at 02:20:45PM +0300, Maxim Sobolev wrote:
> >
> > I'm not sure what you are talking about, but what wrong with the following:
> >
> > OSNAME!= uname -s
> >
> > .if ${OSNAME} == "FreeBSD"
> > blabla
> > .else
> > ...
> > .endif
>
> Weell.. the truth is, I was not wholly aware of '!=' :)  But then again..
> portability? :(  '!=' seems to be quite pmake-specific :(

What type of portability you are thinking of? AFAIK, ".if FOO" stuff don't
compatible with gmake anyway, so you will not loose anything by extending
unportability a bit ;).

-Maxim




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39C0BCB6.1AE26094>