From owner-cvs-all Sat Aug 31 17:26:14 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 E00EE37B400; Sat, 31 Aug 2002 17:26:07 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A93A143E65; Sat, 31 Aug 2002 17:26:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 99A852A7D6; Sat, 31 Aug 2002 17:26:07 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Scott Long Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files In-Reply-To: <20020901000852.GA3919@hollin.btc.adaptec.com> Date: Sat, 31 Aug 2002 17:26:07 -0700 From: Peter Wemm Message-Id: <20020901002607.99A852A7D6@canning.wemm.org> 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 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