Page MenuHomeFreeBSD

Mk/bsd.sanity.mk: Avoid loading this unless needed.
AcceptedPublic

Authored by bdrewery on Sep 19 2021, 6:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 4:11 PM
Unknown Object (File)
Dec 19 2023, 6:11 AM
Unknown Object (File)
Nov 18 2023, 6:53 AM
Unknown Object (File)
Sep 2 2023, 11:26 AM
Unknown Object (File)
Jul 15 2023, 10:22 PM
Unknown Object (File)
Jul 12 2023, 9:39 PM
Unknown Object (File)
Jun 20 2023, 4:41 PM
Unknown Object (File)
May 27 2023, 11:57 AM
Subscribers

Details

Reviewers
mjg
bapt
Group Reviewers
portmgr
Summary

The extra calculations here are only needed during the check-sanity
phase. This is eliminating unneeded CPU during other phases but also
avoiding some CURDIR/../../Mk/bsd.port.mk lookups when not using
DEVELOPER which can cause contention during some Poudriere runs.

Reported by: mjg

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 41599
Build 38488: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 28 2021, 11:48 AM
In D32020#787510, @mjg wrote:

what is this waiting for?

I don't think it is waiting on anything except to be committed?