This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 7e56bfc9f79ce102c7b907e7397efa1a278bfd74 (commit) from faa18dd1b7ce815aa57f4a93c8da6e409a303735 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/7e56bfc9f79ce102c7b907e7397efa1a27... commit 7e56bfc9f79ce102c7b907e7397efa1a278bfd74 Author: Dave Goodell <[email protected]> Date: Thu Jan 31 14:37:22 2013 -0600 clmake: support more patterns diff --git a/maint/clmake.in b/maint/clmake.in index d12ea06..726675c 100644 --- a/maint/clmake.in +++ b/maint/clmake.in @@ -38,6 +38,7 @@ $rootSrcDir = ""; "[A-Za-z0-9_\/-]*\/icc", "[A-Za-z0-9_\/-]*\/install-sh", "/usr/bin/ar", "mkdir", + "/bin/mkdir", "/usr/ucb/ld", "mpicc", "mpicxx", "compiling ROMIO in", @@ -57,6 +58,7 @@ $rootSrcDir = ""; "Copying Upshot", "Cleaning directory", "[*][*][*][*] Making .*\.\.\.\.", + "Making .* in .*", "Making upshot", "\\s*\$", ); # OtherNoise is an array of patterns that describe blocks of ----------------------------------------------------------------------- Summary of changes: maint/clmake.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository