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)
Tue, Jun 30, 3:25 PM
Unknown Object (File)
Sat, Jun 27, 9:31 AM
Unknown Object (File)
Fri, Jun 26, 12:11 PM
Unknown Object (File)
Thu, Jun 25, 4:21 AM
Unknown Object (File)
Wed, Jun 24, 3:29 AM
Unknown Object (File)
Sun, Jun 21, 6:58 PM
Unknown Object (File)
Wed, Jun 17, 2:32 AM
Unknown Object (File)
Jun 3 2026, 6:29 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.