Details
Details
- Reviewers
emaste andrew - Commits
- rS287930: Various small cleanups to EFI loader Makefiles.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/boot/efi/boot1/Makefile | ||
---|---|---|
12 ↗ | (On Diff #8682) | This seems to be a copy and paste from the loader's Makefile. |
53 ↗ | (On Diff #8682) | This bug used to be in the loader's Makefile but was fixed in the rewrite to add arm. |
73 ↗ | (On Diff #8682) | boot1 doesn't have the linker set that lists commands that the loader has. |
sys/boot/efi/loader/Makefile | ||
15 ↗ | (On Diff #8682) | This is just a path to itself, so not necessary. |
99 ↗ | (On Diff #8682) | Using PROG here (and in boot1) makes it easier to copy this as a reference to build other EFI applications in our framework. |