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)
Fri, May 15, 5:10 PM
Unknown Object (File)
Fri, May 15, 5:10 PM
Unknown Object (File)
Fri, May 15, 5:03 PM
Unknown Object (File)
Thu, Apr 30, 10:14 PM
Unknown Object (File)
Wed, Apr 29, 3:57 AM
Unknown Object (File)
Tue, Apr 28, 8:43 AM
Unknown Object (File)
Tue, Apr 28, 5:12 AM
Unknown Object (File)
Mon, Apr 27, 4:56 PM
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.