]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile.inc1: Forward on METALOG and DISTBASE for kernel targets
authorJessica Clarke <jrtc27@FreeBSD.org>
Wed, 13 Dec 2023 21:43:09 +0000 (21:43 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Wed, 13 Dec 2023 21:43:09 +0000 (21:43 +0000)
commite131d3f4f34fdbce465524f7b1093f01acc9de7c
tree685d72baf115c68982b623293a4daf4cde947062
parent881ec81372e0748f2869fe6c18e909afa8304e7a
Makefile.inc1: Forward on METALOG and DISTBASE for kernel targets

Currently IMAKE_INSTALL, which includes -M METALOG, is enough for the
sub-makes to work, but using kldxref for -DNO_ROOT builds will require
manually adding linker.hints to the METALOG, and thus both METALOG
itself and DISTBASE need to be exposed directly to the sub-makes, so do
so.

Reviewed by: brooks
Differential Revision: https://reviews.freebsd.org/D43050
Makefile.inc1