New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25256 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

libmcs: remove terminal color sequences from log

Reported by: ryandesign@… Owned by: jdunn@…
Priority: Normal Milestone:
Component: ports Version: 1.9.0
Keywords: Cc:
Port: libmcs

Description

I suggest the attached patch which removes the terminal color sequences from libmcs' build process. The presence of the color sequences causes the log file to be a bit hard to read, e.g.:

:info:build [K[0;36mEntering directory [1;36msrc[0;36m.[0m
:info:build [K[0;36mEntering directory [1;36mlibmcs[0;36m.[0m
:info:build [K[0;33mGenerating dependencies...[0m
[K[0;32mSuccessfully generated dependencies.[0m

With the attached patch, this becomes more readable:

:info:build Entering directory src.
:info:build Entering directory libmcs.
:info:build Generating dependencies...
Successfully generated dependencies.

Attachments

libmcs.diff (539 bytes) - added by ryandesign@… 3 years ago.
proposed patch

Change History

Changed 3 years ago by ryandesign@…

proposed patch

comment:1 Changed 3 years ago by jdunn@…

works great too.

comment:2 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Then I've committed it in r68831 :)

Note: See TracTickets for help on using tickets.