svn commit: r287185 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 23 17:01:27 UTC 2015


On 9/23/2015 9:37 AM, Warner Losh wrote:
> I've been making a pass through the tree and found that
> 
> FOO.${MK_BAR}+= a b c
> 
> vs
> 
> .if ${MK_BAR} != "no"
> FOO+= a b c
> .endif
> 

Ah I see.

> simpler to understand. This commit is one small slice of that which I
> could commit. These files have a high enough churn rate that I'm not
> always able to keep up enough to push my changes. So this was part of
> what I could do today to start to reduce my patch-set.
> 
> This was discussed on arch at freebsd.org <mailto:arch at freebsd.org> a while
> ago.
> 

Sounds good, thanks.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150923/daeef04c/attachment.bin>


More information about the svn-src-head mailing list