imp
ce290acb45
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.
2015-10-05 21:41:55 +00:00
..
2015-10-04 01:56:11 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-07-16 23:38:12 +00:00
2015-08-28 00:44:58 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-10-05 00:33:57 +00:00
2015-06-13 19:20:56 +00:00
2015-06-28 21:36:00 +00:00
2015-06-13 19:20:56 +00:00
2015-08-22 05:04:36 +00:00
2015-09-17 05:06:34 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-08-28 00:49:30 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2015-09-04 00:14:20 +00:00
2015-09-30 21:32:29 +00:00
2015-06-13 19:20:56 +00:00
2015-07-13 05:59:41 +00:00
2015-06-13 19:20:56 +00:00
2015-06-13 19:20:56 +00:00
2013-12-11 04:09:17 +00:00
2015-06-13 19:20:56 +00:00
2015-10-05 21:41:55 +00:00
2014-05-06 04:22:01 +00:00