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
F83085828: D37071.diff
Mon, May 6, 2:28 AM
Unknown Object (File)
Thu, May 2, 6:22 PM
Unknown Object (File)
Fri, Apr 26, 1:33 PM
Unknown Object (File)
Mar 21 2024, 1:19 PM
Unknown Object (File)
Feb 26 2024, 10:38 PM
Unknown Object (File)
Jan 17 2024, 8:40 PM
Unknown Object (File)
Dec 20 2023, 7:52 AM
Unknown Object (File)
Dec 15 2023, 11:17 PM
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 Not Applicable
Unit
Tests Not Applicable

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