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)
Sun, Apr 7, 8:57 AM
Unknown Object (File)
Sun, Apr 7, 5:51 AM
Unknown Object (File)
Sun, Apr 7, 5:50 AM
Unknown Object (File)
Sun, Apr 7, 5:33 AM
Unknown Object (File)
Mar 22 2024, 6:59 PM
Unknown Object (File)
Mar 22 2024, 6:59 PM
Unknown Object (File)
Mar 8 2024, 6:08 AM
Unknown Object (File)
Mar 8 2024, 5:56 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 Not Applicable
Unit
Tests Not Applicable

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.