Page MenuHomeFreeBSD

Various small cleanups to EFI loader Makefiles.
ClosedPublic

Authored by jhb on Sep 11 2015, 11:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 28, 8:30 PM
Unknown Object (File)
Wed, Sep 24, 1:45 AM
Unknown Object (File)
Aug 31 2025, 5:46 PM
Unknown Object (File)
Aug 13 2025, 3:38 AM
Unknown Object (File)
Aug 13 2025, 3:38 AM
Unknown Object (File)
Aug 9 2025, 3:22 PM
Unknown Object (File)
Aug 4 2025, 2:14 PM
Unknown Object (File)
Jul 4 2025, 10:46 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb retitled this revision from to Various small cleanups to EFI loader Makefiles..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added reviewers: andrew, emaste.
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.

emaste edited edge metadata.
emaste added inline comments.
sys/boot/efi/loader/Makefile
15 ↗(On Diff #8682)

From D2164.

I'm guessing that the source files were moved to the new location but the Makefile remained in amd64 during the arm64 work, and this was left over.

This revision is now accepted and ready to land.Sep 15 2015, 1:11 PM
This revision was automatically updated to reflect the committed changes.