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
F166257814: D37071.id112051.diff
Wed, Aug 12, 2:26 PM
F166257757: D37071.id112381.diff
Wed, Aug 12, 2:26 PM
F166257552: D37071.diff
Wed, Aug 12, 2:25 PM
Unknown Object (File)
Mon, Jul 27, 1:37 AM
Unknown Object (File)
Sat, Jul 25, 7:52 PM
Unknown Object (File)
Wed, Jul 22, 1:37 PM
Unknown Object (File)
Jun 20 2026, 5:25 PM
Unknown Object (File)
Jun 15 2026, 7:42 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