This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVS version is not less verbose


 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]