[petsc-dev] getting rid of TESTEXAMPLES_XXX_XXX stuff
Jed Brown
jedbrown at mcs.anl.gov
Tue Dec 3 06:40:34 CST 2013
Barry Smith <bsmith at mcs.anl.gov> writes:
> In tests we use the funky .PETSc rule to compile the examples
> without displaying the compile/link output (on success since
> clutters the output enormously) but does display the output on
> failed compile/link. How can we get the same effect with this rule?
> I can’t live with that output.
Dependencies inherit target-specific variables, so I believe it's
sufficient to have the %.o rule be quiet when some target-specific
variable is set. We can set such a variable with a pattern.
runex% : QUIET = True
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20131203/d76ec963/attachment.sig>
More information about the petsc-dev
mailing list