Page MenuHomeFreeBSD

Update dirdeps.mk et al to latest
ClosedPublic

Authored by sjg on Nov 20 2020, 9:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 18, 4:19 PM
Unknown Object (File)
Feb 21 2024, 2:49 AM
Unknown Object (File)
Feb 21 2024, 2:45 AM
Unknown Object (File)
Feb 21 2024, 2:45 AM
Unknown Object (File)
Dec 28 2023, 2:26 AM
Unknown Object (File)
Dec 22 2023, 11:06 PM
Unknown Object (File)
Dec 15 2023, 10:45 AM
Unknown Object (File)
Nov 9 2023, 2:59 PM

Details

Summary

Move some local tweaks to local.*.mk

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 34937
Build 31951: arc lint + arc unit

Event Timeline

sjg requested review of this revision.Nov 20 2020, 9:38 PM
bdrewery added inline comments.
share/mk/dirdeps.mk
69

share/mk/local.meta.sys.mk and share/mk/bsd.init.mk reference these still.

share/mk/meta.autodep.mk
62–81

What's going on with BUILD_AT_LEVEL0? The first check defaults to yes and only runs when yes. So removing the check makes sense. The second defaults to yes and compares to no, so now we're adding both yes and no behavior by removing it. Is that ok?

This revision now requires changes to proceed.Nov 20 2020, 10:41 PM

remove refs to BUILD_AT_LEVEL0

sjg marked an inline comment as done.Nov 21 2020, 12:48 AM
sjg added inline comments.
share/mk/dirdeps.mk
69

removed. them

share/mk/meta.autodep.mk
62–81

I'm removing it. It was originally a crutch to ease transition when share/mk wasn't ready.

sjg marked an inline comment as done.

Grab LEVEL0_TARGETS from init.mk

Revert extra blank lines

This revision is now accepted and ready to land.Nov 24 2020, 9:01 PM
This revision was automatically updated to reflect the committed changes.