This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: CVS version is not less verbose
- From: Akim Demaille <akim at epita dot fr>
- To: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Cc: automake at gnu dot org
- Cc: Karl Berry <karl at freefriends dot org>
- Cc: miki dot shapiro at ealaddin dot com
- Cc: Jay Cornwall <jlc01 at doc dot ic dot ac dot uk>
- Date: Wed, 23 Apr 2003 11:10:12 +0200
- Subject: Re: CVS version is not less verbose
- References: <3EA1CC49.8060908@fultondesigns.co.uk><2003-04-22-21-34-37+11879+duret_g@lrde.epita.fr>
adl> This change was requested by four people so far. I've lost the
adl> pointer to the first request (which, I think, wasn't answered).
adl> Here are the links to the other requests or discussions.
I have no idea whether the following is portable.
/tmp % eof Makefile nostromo 11:08
: -------------------- Makefile ----------------------
cat > Makefile << \EOF
MAKE_VERBOSE = @
all:
$(MAKE_VERBOSE)echo toto
EOF
: ------------------------------------------------------------
/tmp % make nostromo 11:08
toto
/tmp % make MAKE_VERBOSE= nostromo 11:09
echo toto
toto