Page MenuHomeFreeBSD

Export SB_OBJROOT for later reference
ClosedPublic

Authored by sjg on May 12 2025, 5:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 9, 10:38 PM
Unknown Object (File)
Sat, Nov 8, 3:33 PM
Unknown Object (File)
Tue, Nov 4, 9:26 AM
Unknown Object (File)
Sat, Nov 1, 8:41 PM
Unknown Object (File)
Tue, Oct 28, 11:49 PM
Unknown Object (File)
Tue, Oct 28, 5:38 AM
Unknown Object (File)
Mon, Oct 27, 2:45 PM
Unknown Object (File)
Sep 28 2025, 2:27 AM

Details

Summary

The build varies MAKEOBJDIRPREFIX at times which
can make it difficult to tack the original OBJROOT.
If SB_OBJROOT did not come from env, set and export it
the first time we set OBJROOT.

This allows SB_OBJROOT to be used in .MAKE.META.IGNORE* variables
to tweak what should be considered as making a target out-of-date.

Update auto.obj.mk to latest from contrib/bmake - handles relative
objdirs more simply and reliably.

Also update jobs.mk and stage-install.mk

Diff Detail

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

Event Timeline

sjg requested review of this revision.May 12 2025, 5:57 PM
This revision is now accepted and ready to land.Jun 3 2025, 3:43 PM
This revision was automatically updated to reflect the committed changes.