Page MenuHomeFreeBSD

stand: Rename LIBFDT to LIBSAFDT
ClosedPublic

Authored by markj on Nov 7 2023, 2:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 25, 12:45 AM
Unknown Object (File)
Sat, Apr 19, 8:25 PM
Unknown Object (File)
Fri, Apr 18, 2:15 PM
Unknown Object (File)
Feb 2 2025, 11:00 AM
Unknown Object (File)
Jan 17 2025, 4:01 PM
Unknown Object (File)
Jan 17 2025, 7:46 AM
Unknown Object (File)
Jan 14 2025, 6:13 AM
Unknown Object (File)
Jan 10 2025, 12:01 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.