Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
a33774ad |
| 06-Jan-2020 |
Kyle Evans <kevans@FreeBSD.org> |
Update libssp paths in various Makefile.depend* files
I've been advised that the model that uses these are fairly resilient, but we do know the proper path to use (or remove, in the case of ^/target
Update libssp paths in various Makefile.depend* files
I've been advised that the model that uses these are fairly resilient, but we do know the proper path to use (or remove, in the case of ^/targets/...), so go ahead and update them to reflect that.
show more ...
|
#
5ab1c584 |
| 11-Dec-2019 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Add Makefile.depend.options
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_
Add Makefile.depend.options
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
See share/mk/dirdeps-options.mk
Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22469
show more ...
|