Page MenuHomeFreeBSD

makeman: replace -\|/ twiddles with dots
ClosedPublic

Authored by brooks on Mar 8 2023, 6:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 7:28 PM
Unknown Object (File)
Fri, Aug 14, 6:30 PM
Unknown Object (File)
Sat, Aug 8, 7:01 PM
Unknown Object (File)
Sat, Aug 8, 6:53 PM
Unknown Object (File)
Sat, Aug 8, 2:02 PM
Unknown Object (File)
Mon, Jul 27, 7:38 AM
Unknown Object (File)
Wed, Jul 22, 3:20 AM
Unknown Object (File)
Tue, Jul 21, 8:46 AM
Subscribers

Details

Summary

It shows progress more clearly, there aren't so many that the results
are excessive, and it's more friendly for things like Cirrus-CI's
logging that print the backspaces as boxes.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50238
Build 47130: arc lint + arc unit

Event Timeline

brooks requested review of this revision.Mar 8 2023, 6:42 PM
emaste added inline comments.
tools/build/options/makeman
322

or echo -n

This revision is now accepted and ready to land.Mar 8 2023, 6:44 PM
tools/build/options/makeman
322

Not that it really matters, but printf is in posix and echo -n isn't.

tools/build/options/makeman
322

TIL :)

This revision was automatically updated to reflect the committed changes.