which are invoked in recursive make calls for the "install" and "package" targets respectvely. These recursive make calls prevent the top-level make from seeing all of the targets and computing a full dependency graph, so it becomes possible for some targets to be invoked more than once. This change passes enough information along to the recursive make calls and ensures that the source targets for the real-* targets are only invoked once. |
||
---|---|---|
.. | ||
bsd.install-vars.mk | ||
bsd.install.mk | ||
deinstall.mk | ||
install.mk | ||
replace.mk |