Date: Sun, 14 Nov 2010 19:28:21 +0000 From: Alexander Best <arundel@freebsd.org> To: Bruce Cran <bruce@cran.org.uk> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce Cran <brucec@freebsd.org> Subject: Re: svn commit: r215306 - head/tools/build/mk Message-ID: <20101114192821.GA83707@freebsd.org> In-Reply-To: <201011141905.25634.bruce@cran.org.uk> References: <201011141724.oAEHOFY8088453@svn.freebsd.org> <20101114175314.GA72802@freebsd.org> <201011141905.25634.bruce@cran.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101114192821.GA83707>