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, Jan 27, 4:40 PM
Unknown Object (File)
Sun, Jan 26, 5:55 PM
Unknown Object (File)
Sun, Jan 12, 1:24 PM
Unknown Object (File)
Dec 7 2024, 9:08 AM
Unknown Object (File)
Oct 27 2024, 2:11 PM
Unknown Object (File)
Sep 29 2024, 11:55 PM
Unknown Object (File)
Sep 29 2024, 11:54 PM
Unknown Object (File)
Sep 29 2024, 9:19 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