From owner-cvs-all Sat Aug 31 18:54:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3A137B400; Sat, 31 Aug 2002 18:54:33 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7097543E6A; Sat, 31 Aug 2002 18:54:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g811sPv01804; Sat, 31 Aug 2002 18:54:29 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 31 Aug 2002 18:54:25 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: Scott Long , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files In-Reply-To: <20020901002607.99A852A7D6@canning.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG IIRC, Digital Unix (Tru64) did this, but they used single |, &. On Sat, 31 Aug 2002, Peter Wemm wrote: > Scott Long wrote: > > On Sat, Aug 31, 2002 at 04:30:16PM -0700, Peter Wemm wrote: > > > peter 2002/08/31 16:30:16 PDT > > > > > > Modified files: > > > sys/conf files > > > Log: > > > 'aicasm optional ahc ahd' means 'build aicasm only if BOTH ahc and ahd > > > are specified'. Ie: it is a logical and, not a logical or. > > > > > > Revision Changes Path > > > 1.694 +6 -1 src/sys/conf/files > > > > Thanks! I was just logging in to fix that. > > I'm trying to think of some syntax to tell config to do boolean style > expressions here. > > presently we have the following... > > logical and: > file optional bar baz > > logical or: > file optional bar > file optional baz > > I'm thinking about changing it so that it accepts a ( ) boolean expression, > eg: > file optional bar && baz > file optional bar || baz > file optional (bar || baz) && !foo > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message