Page MenuHomeFreeBSD

Makefile.inc1: Forward on METALOG and DISTBASE for kernel targets
ClosedPublic

Authored by jrtc27 on Dec 13 2023, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 4:50 PM
Unknown Object (File)
Fri, Apr 18, 1:12 AM
Unknown Object (File)
Thu, Apr 17, 7:59 AM
Unknown Object (File)
Thu, Apr 17, 7:43 AM
Unknown Object (File)
Tue, Apr 15, 11:37 AM
Unknown Object (File)
Mon, Apr 7, 5:54 AM
Unknown Object (File)
Sat, Apr 5, 12:09 AM
Unknown Object (File)
Feb 25 2025, 1:32 PM
Subscribers
None

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable