Page MenuHomeFreeBSD

Add Makefile.depend.options
ClosedPublic

Authored by sjg on Nov 20 2019, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 2:10 PM
Unknown Object (File)
Nov 29 2024, 7:20 AM
Unknown Object (File)
Nov 28 2024, 11:10 AM
Unknown Object (File)
Nov 24 2024, 4:38 PM
Unknown Object (File)
Nov 24 2024, 2:54 PM
Unknown Object (File)
Nov 24 2024, 11:37 AM
Unknown Object (File)
Nov 22 2024, 10:52 AM
Unknown Object (File)
Nov 22 2024, 10:51 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.