]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bsd.incs.mk: Add support to override tags for a specific include group
authorEmmanuel Vadot <manu@freebsd.org>
Mon, 14 Dec 2020 17:53:34 +0000 (18:53 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Mon, 4 Jan 2021 15:21:32 +0000 (16:21 +0100)
commit53a27d89551e2f10ec166ea3beec4a479642434f
tree4f7186c008fbceb467be3355bbfeca45de55c443
parente3ff9a1f2ed640a969062f9114de05198655934f
bsd.incs.mk: Add support to override tags for a specific include group

With this patch if a Makefile is using the INCSGROUPS mechanisms it can
override the default package for specific includes files using
GROUPPACKAGE=      mynewpackage

While here add a few comments after endif/endfor so it's easier to read.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D27611
share/mk/bsd.incs.mk