Page MenuHomeFreeBSD

bsdinstall avoid subdir depending on parent
ClosedPublic

Authored by sjg on Apr 21 2023, 3:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 3:06 PM
Unknown Object (File)
Mon, Apr 14, 11:33 AM
Unknown Object (File)
Sat, Apr 12, 11:45 PM
Unknown Object (File)
Feb 11 2025, 11:48 AM
Unknown Object (File)
Feb 9 2025, 4:25 AM
Unknown Object (File)
Feb 9 2025, 4:24 AM
Unknown Object (File)
Feb 8 2025, 9:41 PM
Unknown Object (File)
Feb 8 2025, 4:59 AM
Subscribers
None

Details

Summary

When not doing tree walks, it is bad for sub-dirs to depend on
parents. Move the generation of opt_osname.h to distextract
and have others that need that depend on it.

In usr.sbin/bsdinstall use SUBDIR_DEPEND_ so tree walking still works.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 51087
Build 47978: arc lint + arc unit

Event Timeline

sjg requested review of this revision.Apr 21 2023, 3:57 AM
sjg created this revision.
obrien added a subscriber: obrien.
obrien removed a subscriber: obrien.

Looks good.

This revision is now accepted and ready to land.Apr 21 2023, 4:03 AM
This revision was automatically updated to reflect the committed changes.