Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 00:30:37 -0600
From:      Warner Losh <imp@village.org>
To:        Matthew Hunt <mph@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/mk Makefile 
Message-ID:  <199805200630.AAA17809@harmony.village.org>
In-Reply-To: Your message of "Tue, 19 May 1998 21:57:18 PDT." <199805200457.VAA08768@freefall.freebsd.org> 
References:  <199805200457.VAA08768@freefall.freebsd.org>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199805200457.VAA08768@freefall.freebsd.org> Matthew Hunt writes:
:   Note that if LOCALE is not defined, port-building explodes:
:   
:   "/usr/share/mk/bsd.locale.mk", line 135: if-less elif
:   "/usr/share/mk/bsd.locale.mk", line 135: Need an operator
:   (For each .if testing LOCALE)

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

Warner

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?199805200630.AAA17809>