git: <bsd.dep.mk>: Apply .NOPATH to .depend_${group} files as well
Aaron LI
aly at crater.dragonflybsd.org
Fri Apr 3 17:08:19 PDT 2026
commit ecbb20d04b790a57847235e9b8c9855ed41c2a1d
Author: Aaron LI <aly at aaronly.me>
Date: Fri Apr 3 19:45:16 2026 +0800
<bsd.dep.mk>: Apply .NOPATH to .depend_${group} files as well
Each group defined in ${FLAGS_GROUPS} will have its own depend file
named '.depend_${group}'. Apply the '.NOPATH' attribute to them as well
as the main '.depend'.
Meanwhile, tweak the '.NOPATH' syntax as source/attribute to align
better with the make(1) man page.
Summary of changes:
share/mk/bsd.dep.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ecbb20d04b790a57847235e9b8c9855ed41c2a1d
--
DragonFly BSD source repository
More information about the Commits
mailing list