Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 02:50:37 -0400
From:      Matthew Hunt <mph@pobox.com>
To:        Warner Losh <imp@village.org>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/mk Makefile
Message-ID:  <19980520025037.A545@mstar.astro.psu.edu>
In-Reply-To: <199805200630.AAA17809@harmony.village.org>; from Warner Losh on Wed, May 20, 1998 at 12:30:37AM -0600
References:  <199805200457.VAA08768@freefall.freebsd.org> <199805200630.AAA17809@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 20, 1998 at 12:30:37AM -0600, Warner Losh wrote:

> The usual solution to this is
> 	.if defined(LOCALE) && ${LOCALE} == "foo" then
> 	.endif

Prior to receiving your mail, I committed a change:

.if !defined(LOCALE)
LOCALE=USA
.endif

Which, I beleive, provides the traditional behavior in the case
that LOCALE is not defined.  Good enough?

-- 
Matthew Hunt <mph@pobox.com> * Stay close to the Vorlon.
http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980520025037.A545>