[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: yet another patch to reduce make output
From: |
Ralf Wildenhues |
Subject: |
Re: yet another patch to reduce make output |
Date: |
Sun, 21 Jan 2007 16:38:50 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Jason,
thanks for your work. While I'm not to judge this, and pretty
indifferent about it, a couple of question to clarify a bit:
* Jason Kraftcheck wrote on Thu, Jan 18, 2007 at 11:36:55PM CET:
>
> This patch prefixes the compile and link commands in the generated
> Makefile's with $(AM_PFX). It leaves AM_PFX undefined, so the default
> behavior is unchanged. If a package maintainer wants to change the
> output, (s)he can do something like: AM_PFX = @echo "$@ ...";
What's the improvement over
AM_MAKEFLAGS = -s
except for that this only works starting from the second level 'make'
invocation, and why does the patch silence the usual compile/link
commands for programs and libraries but not for, say, texinfo output?
Thanks,
Ralf