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)
Tue, Oct 22, 9:54 AM
Unknown Object (File)
Tue, Oct 22, 9:53 AM
Unknown Object (File)
Tue, Oct 22, 9:53 AM
Unknown Object (File)
Tue, Oct 22, 9:42 AM
Unknown Object (File)
Sun, Oct 20, 4:15 PM
Unknown Object (File)
Oct 1 2024, 1:09 PM
Unknown Object (File)
Sep 28 2024, 1:21 AM
Unknown Object (File)
Sep 25 2024, 7:00 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