Page MenuHomeFreeBSD

Makefile.inc1: Reinstate kbdcontrol bootstrap for BUILD_WITH_STRICT_TMPPATH
ClosedPublic

Authored by jrtc27 on Jul 26 2023, 10:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 4:02 PM
Unknown Object (File)
Sun, Mar 29, 7:46 AM
Unknown Object (File)
Sun, Mar 22, 10:45 AM
Unknown Object (File)
Sun, Mar 22, 4:32 AM
Unknown Object (File)
Thu, Mar 12, 3:12 AM
Unknown Object (File)
Mon, Mar 9, 11:11 AM
Unknown Object (File)
Feb 8 2026, 2:38 PM
Unknown Object (File)
Feb 7 2026, 11:04 PM
Subscribers

Details

Summary

During BUILD_WITH_STRICT_TMPPATH builds we need to symlink the host's
kbdcontrol into WORLDTMP/legacy/bin so that it can be used. For
completeness, also check if the host has it, since technically the host
could have been built with WITHOUT_LEGACY_CONSOLE (though given nobody's
screamed since this code was removed that's likely not something that
gets hit in practice), and handle BOOTSTRAP_ALL_TOOLS (especially since
that case will cover cross-building if and when kbdcontrol can be built
on non-FreeBSD).

This allows a BUILD_WITH_STRICT_TMPPATH tinderbox to pass.

This partially reverts commit 33550b47391330362ea58984aa3fd691f6219ee0.

Diff Detail

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