diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-25 18:52:27 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-25 18:52:27 (GMT) |
commit | 90067b76ce50b070b4792bc1fe8ca3c79b2e8588 (patch) | |
tree | d4dcc411aa7405e122922a90a12047bb5d869eb2 /testpar/Makefile.in | |
parent | 864a9d5552c3e74cb1c30756a9a216c039a26c27 (diff) | |
download | hdf5-90067b76ce50b070b4792bc1fe8ca3c79b2e8588.zip hdf5-90067b76ce50b070b4792bc1fe8ca3c79b2e8588.tar.gz hdf5-90067b76ce50b070b4792bc1fe8ca3c79b2e8588.tar.bz2 |
[svn-r26304] bring 26303 from trunk:
remove files with .clog2 extension generated by MPE when doing make clean
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r-- | testpar/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 211bafe..a7c3c1b 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -690,15 +690,15 @@ TRACE = perl $(top_srcdir)/bin/trace # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -# *.clog are from the MPE option. +# *.clog and *.clog2 are from the MPE option. # Temporary files # MPItest.h5 is from t_mpi # Para*.h5 are from testphdf # shutdown.h5 is from t_pshutdown # go is used for debugging. See testphdf5.c. -CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \ - CacheTestDummy.h5 shutdown.h5 go +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 MPItest.h5 \ + Para*.h5 CacheTestDummy.h5 shutdown.h5 go # Test programs. These are our main targets. # |