b2d1296094
use _DEPEND_THRU uniformously. Note that this actually needs something very similar to what is used in bsd.port.subdir.mk to work. In particular `default' FLAVORs not being empty is probably a bad idea, and won't work uniformously. The right way to set a default flavor is probably to: - not have empty as a valid flavor. - do things in two steps: FLAVOR?=default .if empty(FLAVOR) FLAVOR:=default .endif so that flavor always gets set correctly. |
||
---|---|---|
.. | ||
bsd.port.mk | ||
bsd.port.subdir.mk |