Cases other than MK_FOO, e.g. ${MACHINE_CPUARCH} == "i386", have been left as is.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Rush this in before it can go stale.
lib/Makefile | ||
---|---|---|
173โ174 | Question: can MK_BHYVE be yes when MACHINE_CPUARCH != amd64? |
lib/Makefile | ||
---|---|---|
173โ174 | 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. |