From owner-svn-src-head@FreeBSD.ORG Sun Nov 14 23:00:49 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 867DC1065670; Sun, 14 Nov 2010 23:00:49 +0000 (UTC) Date: Sun, 14 Nov 2010 23:00:49 +0000 From: Alexander Best To: Bruce Cran Message-ID: <20101114230049.GA23041@freebsd.org> References: <201011141724.oAEHOFY8088453@svn.freebsd.org> <20101114175314.GA72802@freebsd.org> <201011141905.25634.bruce@cran.org.uk> <20101114192821.GA83707@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101114192821.GA83707@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce Cran Subject: Re: svn commit: r215306 - head/tools/build/mk X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:00:49 -0000 On Sun Nov 14 10, Alexander Best wrote: > On Sun Nov 14 10, Bruce Cran wrote: > > On Sunday 14 November 2010 17:53:14 Alexander Best wrote: > > > > > while you're at it, could you add the following after MK_BOOT? > > > > > > #.if ${MK_BSNMP} == no > > > # to be filled in > > > #.endif > > > > > > i'll try to run two buildworld instances two see which files are being > > > affected by WITHOUT_BSNMP. > > > > It might make more sense to just leave it until we know which files to remove. > > you're right. a lot of options need imporovement actually. i'll get back to you > on that one. ;) > > however the following should take care of *_GPIO: just committed by gonzo@. ;) cheers. alex > > .if ${MK_GPIO} == no > OLD_FILES+=usr/sbin/gpioctl > OLD_FILES+=usr/share/man/man8/gpioctl.8.gz > .endif > > along with src.conf needing regeneration. > > cheers. > alex > > > > > -- > > Bruce Cran > > -- > a13x -- a13x