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)
Sat, Dec 28, 9:21 PM
Unknown Object (File)
Sat, Dec 28, 10:51 AM
Unknown Object (File)
Fri, Dec 27, 1:24 PM
Unknown Object (File)
Thu, Dec 26, 9:18 PM
Unknown Object (File)
Nov 28 2024, 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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 54309
Build 51199: arc lint + arc unit

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.