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: Paul Smith
Subject: Re: [rfc] Colorized output for GNU make?
Date: Thu, 5 Jan 2012 18:16:01 -0500

On Thu, 2012-01-05 at 22:35 +0100, Sebastian Pipping wrote:
> Function vsnprintf could be used to fill variable "output".
> Quoting the local printf(3) man page:

Erhm.  Forgot about that: neither vsprintf() nor vsnprintf() were
included in the C89 standard.  They were added in the C99 standard.

Although most every system supports them anyway, perhaps with some
caveats, so far, in GNU make, we still support systems with only a
C89-compliant compiler.

I'll need to consider what the best way forward is for this part...




reply via email to

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