Page MenuHomeFreeBSD

etcupdate: Use new buildetc and installetc targets when available
ClosedPublic

Authored by jrtc27 on Jul 26 2023, 11:57 PM.
Tags
None
Referenced Files
F132215482: D41206.id.diff
Tue, Oct 14, 9:03 PM
F132215481: D41206.id125221.diff
Tue, Oct 14, 9:03 PM
F132215472: D41206.id125239.diff
Tue, Oct 14, 9:03 PM
F132174207: D41206.diff
Tue, Oct 14, 11:24 AM
Unknown Object (File)
Mon, Sep 29, 1:02 AM
Unknown Object (File)
Sat, Sep 27, 11:45 PM
Unknown Object (File)
Sep 11 2025, 10:37 AM
Unknown Object (File)
Sep 3 2025, 6:36 AM
Subscribers

Details

Summary

These new targets avoid the need to invoke internal build system targets
or set internal variables when building, and also have the added benefit
of working with BUILD_WITH_STRICT_TMPPATH. Old source trees lacking such
targets will not work with BUILD_WITH_STRICT_TMPPATH; they could be made
to work by copying the steps, but it's not worth doing so, as they never
have worked in the past. The primary goal of this is to support changing
the default of BUILD_WITH_STRICT_TMPPATH to enabled.

Diff Detail

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