bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rfc] Colorized output for GNU make?


From: Sebastian Pipping
Subject: Re: [rfc] Colorized output for GNU make?
Date: Fri, 06 Jan 2012 01:37:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111118 Thunderbird/8.0

Updates as requested:

  # git log --oneline | tac | tail -n 2
  8e3918a Move output.(c|h) code to output_ascii.(c|h), make
    output.(c|h) a null layer
  00d24e4 Reduce to single translated call to fprintf, extract
    functions (start|stop)_color

http://hartwork.org/public/make-CVS-color-v5.patch
or
http://git.goodpoint.de/?p=make.git;a=shortlog;h=refs/heads/color-v5


The new version uses vsnprintf for now.  I propose to bundle code for
that function for systems that do not have it to solve that problem.  An
alternative would be write a simple custom vsnprintf that supports the
rather small subset used by GNU make.

Best,



Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]