CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/10/16 08:16:04
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
improve FETCH_PACKAGES
- add _FETCH_RECURSE_HELPER that records whether we're actually building
or trying to grab a dependent package.
- if grabbing dependent packages while FETCH_PACKAGES is active, *do not*
depend on build dependencies, so that we only fetch the minimal set of packages
needed for what we're actually doing.
