> BTW: with the multi-method support, is there any way to do a "make > whatever" that only touches a subset of the methods? It would be nice > to do a "METHOD=dbg make run_examples" or a "METHOD=devel make -C > tests check" without triggering tests on every other build method too.
Yep - $ make check METHODS=opt The examples check target loops over the configure-time methods, but can be overridden. I suppose of could be overridden if METHOD is set... Hmm.... -Ben ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel