Page MenuHomeFreeBSD

Export SB_OBJROOT for later reference
ClosedPublic

Authored by sjg on May 12 2025, 5:57 PM.
Tags
None
Referenced Files
F172849500: D50313.id.diff
Mon, Sep 21, 1:56 PM
Unknown Object (File)
Sun, Sep 20, 12:50 PM
Unknown Object (File)
Sun, Sep 20, 12:17 AM
Unknown Object (File)
Wed, Sep 16, 9:13 AM
Unknown Object (File)
Mon, Sep 14, 5:29 AM
Unknown Object (File)
Thu, Sep 10, 12:15 PM
Unknown Object (File)
Thu, Sep 10, 5:45 AM
Unknown Object (File)
Sat, Sep 5, 8:47 PM

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