automake
[Top][All Lists]
Advanced

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

Re: CVS version is not less verbose


From: Akim Demaille
Subject: Re: CVS version is not less verbose
Date: Wed, 23 Apr 2003 11:10:12 +0200
User-agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux)

 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




reply via email to

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