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)
Feb 21 2024, 4:51 PM
Unknown Object (File)
Jan 9 2024, 5:24 AM
Unknown Object (File)
Dec 20 2023, 12:17 AM
Unknown Object (File)
Dec 13 2023, 4:05 AM
Unknown Object (File)
Nov 30 2023, 7:07 AM
Unknown Object (File)
Oct 25 2023, 7:26 AM
Unknown Object (File)
Sep 5 2023, 3:51 AM
Unknown Object (File)
Aug 10 2023, 7:30 AM
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.