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)
Tue, Jun 24, 8:07 AM
Unknown Object (File)
Tue, Jun 24, 4:35 AM
Unknown Object (File)
Sun, Jun 22, 8:37 PM
Unknown Object (File)
Sun, Jun 22, 5:03 PM
Unknown Object (File)
Sat, Jun 21, 7:00 PM
Unknown Object (File)
Sat, Jun 21, 4:29 PM
Unknown Object (File)
Fri, Jun 20, 2:54 PM
Unknown Object (File)
Fri, Jun 20, 2:19 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.Tue, Jun 3, 3:43 PM
This revision was automatically updated to reflect the committed changes.