From owner-svn-src-all@FreeBSD.ORG Sun Nov 14 19:28:21 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 3CA5F1065679; Sun, 14 Nov 2010 19:28:21 +0000 (UTC) Date: Sun, 14 Nov 2010 19:28:21 +0000 From: Alexander Best To: Bruce Cran Message-ID: <20101114192821.GA83707@freebsd.org> References: <201011141724.oAEHOFY8088453@svn.freebsd.org> <20101114175314.GA72802@freebsd.org> <201011141905.25634.bruce@cran.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011141905.25634.bruce@cran.org.uk> 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 19:28:21 -0000 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: .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