diff options
author | imp <imp@FreeBSD.org> | 2015-10-05 21:41:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-10-05 21:41:55 +0000 |
commit | ce290acb45f06e3dde5c59f37fbc1b260b4660d8 (patch) | |
tree | a83d1ee0e8f9e71d5120e4a0a9796511b35a265e /lib/libc/stdio/setbuffer.c | |
parent | 7195bed2f5425f20bf7a4cd34dbf86559e17a05e (diff) | |
download | FreeBSD-src-ce290acb45f06e3dde5c59f37fbc1b260b4660d8.zip FreeBSD-src-ce290acb45f06e3dde5c59f37fbc1b260b4660d8.tar.gz |
Start using the fact that SUBDIR.yes is added to SUBDIR
and move from the pattern of:
.if ${MK_FOO} != "no"
SUBDIR+= bar
.endif
to
SUBDIR.${MK_FOO}+= bar
since we know that MK_FOO is always either yes or no and the latter
form is easier to follow and much shorter. Various exception to this
pattern dealt with on an ah-hoc basis.
Discussed on arch@ a while ago.
Diffstat (limited to 'lib/libc/stdio/setbuffer.c')
0 files changed, 0 insertions, 0 deletions