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)
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
Unknown Object (File)
Sep 22 2024, 7:55 PM
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.