Page MenuHomeFreeBSD

Add Makefile.depend.options
ClosedPublic

Authored by sjg on Nov 20 2019, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 17 2024, 5:09 AM
Unknown Object (File)
Jan 11 2024, 11:05 PM
Unknown Object (File)
Jan 8 2024, 4:12 AM
Unknown Object (File)
Dec 20 2023, 5:35 AM
Unknown Object (File)
Dec 3 2023, 5:38 PM
Unknown Object (File)
Dec 3 2023, 5:25 PM
Unknown Object (File)
Nov 15 2023, 1:58 AM
Unknown Object (File)
Nov 15 2023, 1:54 AM

Details

Summary

Leaf directories that have dependencies impacted
by options need a Makefile.depend.options file
to avoid churn in Makefile.depend

DIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etc
can be set in local.dirdeps-options.mk
which can add to those set in Makefile.depend.options

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I think the comment from targets/ should be added in too.

# This file is not autogenerated - take care!

My only concern is that this is confusing to have 1 autogenerated and 1 manual maintained file. I don't have a better solution except to follow port's example and not use auto generated.

Add warning about not autogen

I don't like that we have auto generated and manual maintained outside of Makefile as it will get stale fast.

This revision is now accepted and ready to land.Dec 10 2019, 10:30 PM
This revision was automatically updated to reflect the committed changes.