Cases other than MK_FOO, e.g. ${MACHINE_CPUARCH} == "i386", have been left as is.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Rush this in before it can go stale.
lib/Makefile | ||
---|---|---|
173–174 ↗ | (On Diff #21376) | Question: can MK_BHYVE be yes when MACHINE_CPUARCH != amd64? |
lib/Makefile | ||
---|---|---|
173–174 ↗ | (On Diff #21376) | Interesting, it seems BHYVE is in __DEFAULT_YES_OPTIONS. It's wrapped in ${MACHINE_CPUARCH} == "amd64" here, and bhyve/bhyvectl/bhyveloadare only included in usr.sbin/Makefile.amd64. This seems wrong to me, and should be cleaned up in a subsequent patch. |