svn commit: r215306 - head/tools/build/mk

Alexander Best arundel at freebsd.org
Sun Nov 14 19:28:21 UTC 2010


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


More information about the svn-src-all mailing list