PR: 271178
Details
- Reviewers
imp mhorne manu - Group Reviewers
bhyve - Commits
- rGe32fecd0c2c3: loader: install help files only once
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Happy to defer to an alternative approach if someone wants to come up with a cleaner way.
This is simple, and makes sense to me. I think you should be consistent about which interpreter variant is the "yes" one; for efi and userboot it is "simp" but for i386 it is "4th".
If I understand things correctly, we only build one variant for kboot, ubldr, and ofw loader, so they should be unaffected.
Oh yes, it should be simp for i386 as well. The "yes" one should be the one that is always installed e.g. SUBDIR.yes+= loader_simp
If I understand things correctly, we only build one variant for kboot, ubldr, and ofw loader, so they should be unaffected.
Correct.
Id prefer we do all of them in simp.
I'm not sure I like this. It's kinda fugly. But i have no better idea off the top of my head, but I'll mull this over...
I'm not sure I like this. It's kinda fugly.
I don't disagree - as I said I'm happy to defer to something nicer.