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)
Sun, Feb 16, 6:08 AM
Unknown Object (File)
Jan 13 2025, 8:29 PM
Unknown Object (File)
Jan 6 2025, 9:16 AM
Unknown Object (File)
Nov 19 2024, 12:14 AM
Unknown Object (File)
Oct 4 2024, 12:11 PM
Unknown Object (File)
Sep 30 2024, 7:17 PM
Unknown Object (File)
Sep 24 2024, 3:46 AM
Unknown Object (File)
Sep 20 2024, 6:27 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

or echo -n

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

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

tools/build/options/makeman
320

TIL :)

This revision was automatically updated to reflect the committed changes.