Page MenuHomeFreeBSD

make: Don't print as many ==> and -- xxx -- lines in meta mode
ClosedPublic

Authored by imp on Oct 20 2022, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 12:37 AM
Unknown Object (File)
May 10 2026, 7:45 PM
Unknown Object (File)
May 7 2026, 2:14 AM
Unknown Object (File)
May 6 2026, 10:33 PM
Unknown Object (File)
May 2 2026, 8:29 PM
Unknown Object (File)
May 2 2026, 8:29 PM
Unknown Object (File)
May 2 2026, 8:20 PM
Unknown Object (File)
Apr 29 2026, 5:41 AM
Subscribers

Details

Summary

Since metamode just announces what it's doing, the extra -- xxx -- lines
aren't needed for recursive descent, nor are the ==> lines needed. This
speeds up rebuilding kernels a lot...

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 47934
Build 44821: arc lint + arc unit

Event Timeline

imp requested review of this revision.Oct 20 2022, 4:16 PM

A nice side effect of this is that it also shows us when we're bogusly rebuilding things more clearly too.

This revision is now accepted and ready to land.Oct 20 2022, 4:23 PM