]> git.llucax.com Git - software/makeit.git/commit
Make internal $V flag to store @ when pretty printing
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 17 Sep 2009 14:20:03 +0000 (11:20 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 18 Sep 2009 03:00:36 +0000 (00:00 -0300)
commitd29f1584b3055d7d7f17cfe380157e494ff94361
tree7608924d80c7050770ca7b1cfe3d79a4e42ec9a2
parent0d727bacc5269dd13f5873cf96d011b81c6bcf68
Make internal $V flag to store @ when pretty printing

Verbosity flag ($V variable) let the user decide if he want to see nice
small messages ($V empty) or the standard make output displaying the raw
commands as they are executed ($V non-empty).

Now the meaning of this flag is reversed (and stores "@" when non-empty)
to let the Makefile writer to easily silence commands dependending on the
verbosity flag. When writing a rule, just prepend $V to each action you
want to conditionally silence depending on the verbosity flag.
Lib.mak