svn commit: r291021 - in head: sbin usr.sbin

Bryan Drewery bdrewery at FreeBSD.org
Fri Nov 20 17:55:07 UTC 2015


On 11/20/15 7:32 AM, Warner Losh wrote:
> 
> On Nov 20, 2015 7:20 AM, "Andrew Turner" <andrew at fubar.geek.nz
> <mailto:andrew at fubar.geek.nz>> wrote:
>>
>> On Wed, 18 Nov 2015 17:52:38 +0000 (UTC)
>> Bryan Drewery <bdrewery at FreeBSD.org> wrote:
>>
>> > Author: bdrewery
>> > Date: Wed Nov 18 17:52:38 2015
>> > New Revision: 291021
>> > URL: https://svnweb.freebsd.org/changeset/base/291021
>> >
>> > Log:
>> >   Convert to SUBDIR.yes format.
>> >
>> >   Reviewed by:        imp
>> >   Sponsored by:       EMC / Isilon Storage Division
>> >   Differential Revision:      https://reviews.freebsd.org/D4182
>> >
>> > Modified:
>> >   head/sbin/Makefile
>> >   head/usr.sbin/Makefile
>>
>> This broke some mips. In usr.sbin/Makefile.mips we exclude uathload for
>> some variants of mips with "SUBDIR:= ${SUBDIR:Nuathload}", however this
>> is now no longer in SUBDIR.
>>
> 
> I'll take a look at this....
> 

In the past I've added a SUBDIR_IGNORE list (I forget the specific name
I used) to remove directories without the :N pattern directly in the
Makefiles.  Something like that in bsd.subdir.mk may be better to work
with the .yes feature.


-- 
Regards,
Bryan Drewery


More information about the svn-src-all mailing list