[mpich] MPICH primary repository branch, master, updated. v3.1b1-27-g000f7d6
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 000f7d64887fefcaf4e6fea0ef4f265409fb85bf (commit) from 09be6253a4c1a18d3e800f779da1213caca49f43 (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/000f7d64887fefcaf4e6fea0ef4f265409... commit 000f7d64887fefcaf4e6fea0ef4f265409fb85bf Author: William Gropp <[email protected]> Date: Sun Aug 25 10:05:35 2013 -0500 Removed duplicate Make target and make clean commands consistent diff --git a/test/mpi/f77/io/Makefile.am b/test/mpi/f77/io/Makefile.am index 41ac80e..d7f5d06 100644 --- a/test/mpi/f77/io/Makefile.am +++ b/test/mpi/f77/io/Makefile.am @@ -96,10 +96,6 @@ generated_io_sources = \ EXTRA_DIST += ioharness.defn ioharness.tlt -# clean up after the test programs -clean-local: - -rm -f .iotest.txt.* - # a parallel-safe scheme to generate the tests, see the automake-1.11.1 manual, # section 27.9 "Handling Tools That Produce Multiple Outputs" for an explanation # @@ -137,8 +133,10 @@ $(generated_io_sources): gen-src-stamp # just in case CLEANFILES += gen-src-tmp gen-src-stamp + +# clean up after the test programs clean-local: - rm -f .iotest.txt.* + -rm -f .iotest.txt.* DISTCLEANFILES = $(generated_io_sources) ----------------------------------------------------------------------- Summary of changes: test/mpi/f77/io/Makefile.am | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org