Searched hist:dbf5bd502abb1dcebc1c84dcbecc841fc22925b6 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/include/ |
| H A D | Makefile | diff dbf5bd502abb1dcebc1c84dcbecc841fc22925b6 Wed Nov 18 22:39:58 CET 2015 Bryan Drewery <bdrewery@FreeBSD.org> META MODE: Fix changing what "MACHINE=host" means when computing dirdeps for include/.
The _SKIP_BUILD is used while computing DIRDEPS. If MACHINE=host is passed in then this logic was replacing 'MACHINE' with a literal value of the host arch, which then caused the dirdeps graph to be wrong since it no longer had the literal 'host' for any of include's dependencies.
This is a NOP currently since include/ is not usually built with MACHINE=host.
Sponsored by: EMC / Isilon Storage Division
|