]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
etc: Set DISTBASE during distribute for sub-makes
authorJessica Clarke <jrtc27@FreeBSD.org>
Tue, 30 Jan 2024 22:17:28 +0000 (22:17 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Tue, 30 Jan 2024 22:17:28 +0000 (22:17 +0000)
commitce047ebf484867453508f38fa5336d6614c0f311
treecc02e4df5d503cb9d0441f5a84c3dd09d106e5a1
parent9d784da3a7af9b9b04536c2e97459a7d9f92e364
etc: Set DISTBASE during distribute for sub-makes

This is normally done by bsd.subdir.mk in its default distribute target,
but since etc overrides it we don't get that behaviour. Currently it's
not needed, but share/man's makedb (recursed into by etc's afterinstall)
will need it in the following commit. Technically this is only needed
for install, but do this for distribution too for completeness and
consistency.

Reviewed by: brooks, emaste
Differential Revision: https://reviews.freebsd.org/D43675
etc/Makefile