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)
Wed, Mar 4, 5:20 AM
Unknown Object (File)
Tue, Mar 3, 1:55 AM
Unknown Object (File)
Sat, Feb 21, 4:20 AM
Unknown Object (File)
Feb 8 2026, 12:17 PM
Unknown Object (File)
Feb 8 2026, 4:29 AM
Unknown Object (File)
Feb 2 2026, 2:03 AM
Unknown Object (File)
Feb 2 2026, 1:38 AM
Unknown Object (File)
Feb 1 2026, 3:40 AM
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