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 Passed - Unit
No Test Coverage - Build Status
Buildable 489 Build 489: arc lint + arc unit
Event Timeline
sys/boot/efi/boot1/Makefile | ||
---|---|---|
12 | This seems to be a copy and paste from the loader's Makefile. | |
53 | This bug used to be in the loader's Makefile but was fixed in the rewrite to add arm. | |
73 | boot1 doesn't have the linker set that lists commands that the loader has. | |
sys/boot/efi/loader/Makefile | ||
15 | This is just a path to itself, so not necessary. | |
99 | Using PROG here (and in boot1) makes it easier to copy this as a reference to build other EFI applications in our framework. |