Page MenuHomeFreeBSD

stand: Rename LIBFDT to LIBSAFDT
ClosedPublic

Authored by markj on Nov 7 2023, 2:04 AM.
Tags
None
Referenced Files
F106189945: D42486.diff
Thu, Dec 26, 9:18 PM
Unknown Object (File)
Thu, Nov 28, 1:19 AM
Unknown Object (File)
Oct 23 2024, 8:51 AM
Unknown Object (File)
Oct 23 2024, 8:51 AM
Unknown Object (File)
Oct 23 2024, 8:51 AM
Unknown Object (File)
Oct 23 2024, 8:45 AM
Unknown Object (File)
Oct 2 2024, 6:09 AM
Unknown Object (File)
Sep 23 2024, 5:16 AM
Subscribers

Details

Summary

Otherwise there is a collision with LIBFDT from src.libnames.mk, which
gets included via bsd.progs.mk. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Nov 7 2023, 2:04 AM

This appears to be required for D40994. For some reason I can't yet reproduce any problems locally with or without this patch, but I've hit the problem in several CI systems.

This revision is now accepted and ready to land.Nov 7 2023, 2:17 AM

Ordering is such that this might usually work...

This revision was automatically updated to reflect the committed changes.