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
F103033518: D41202.id125212.diff
Wed, Nov 20, 2:01 AM
Unknown Object (File)
Tue, Oct 22, 1:47 PM
Unknown Object (File)
Oct 20 2024, 12:58 AM
Unknown Object (File)
Oct 2 2024, 8:32 PM
Unknown Object (File)
Oct 2 2024, 6:19 PM
Unknown Object (File)
Oct 1 2024, 7:31 PM
Unknown Object (File)
Sep 27 2024, 3:59 PM
Unknown Object (File)
Sep 21 2024, 6:17 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 Passed
Unit
No Test Coverage
Build Status
Buildable 52859
Build 49750: arc lint + arc unit