From owner-cvs-all Tue May 19 23:32:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25891 for cvs-all-outgoing; Tue, 19 May 1998 23:32:23 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA25705; Tue, 19 May 1998 23:31:20 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0yc2P3-0003vO-00; Wed, 20 May 1998 00:31:05 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id AAA17809; Wed, 20 May 1998 00:30:37 -0600 (MDT) Message-Id: <199805200630.AAA17809@harmony.village.org> To: Matthew Hunt Subject: Re: cvs commit: src/share/mk Makefile Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.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> Date: Wed, 20 May 1998 00:30:37 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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