Page MenuHomeFreeBSD

Add targets/pseudo/bootstrap-packages
ClosedPublic

Authored by sjg on Oct 11 2024, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 5, 2:04 PM
Unknown Object (File)
Wed, Nov 27, 6:14 AM
Unknown Object (File)
Fri, Nov 22, 10:31 PM
Unknown Object (File)
Nov 2 2024, 1:30 AM
Unknown Object (File)
Oct 21 2024, 12:46 AM
Unknown Object (File)
Oct 21 2024, 12:46 AM
Unknown Object (File)
Oct 21 2024, 12:46 AM
Unknown Object (File)
Oct 21 2024, 12:15 AM
Subscribers
None

Details

Summary

Try to compensate for the lack any origin for a DIRDEPS build.

bootstrap-packages will extract the PACKAGE lines from
the tree's Makefiles and use them to populate
targets/packages/Makefile.depend and targets/packages/*/Makefile.depend
so we can at least try to keep the Makefile.depend files throughout
the tree up to date.

This is far from ideal, as we cannot (easily) take into account
options that affect the contents of various packages.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sjg requested review of this revision.Oct 11 2024, 6:07 PM
sjg created this revision.
This revision is now accepted and ready to land.Oct 11 2024, 7:14 PM
This revision was automatically updated to reflect the committed changes.