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)
Sat, Sep 5, 8:47 PM
Unknown Object (File)
Sat, Sep 5, 7:51 AM
Unknown Object (File)
Fri, Sep 4, 5:52 AM
Unknown Object (File)
Thu, Sep 3, 6:07 PM
Unknown Object (File)
Thu, Sep 3, 2:49 PM
Unknown Object (File)
Thu, Sep 3, 9:23 AM
Unknown Object (File)
Wed, Sep 2, 2:10 PM
Unknown Object (File)
Wed, Sep 2, 12: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