summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:48:31 (GMT)
commitc4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (patch)
treef74669bd715172a30d148ea8dc2d6923bf26a3a0 /testpar
parent3550004b200ef695c973fcf2310e95512c560c73 (diff)
downloadhdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.zip
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.gz
hdf5-c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9.tar.bz2
[svn-r26303] remove files with .clog2 extension generated by MPE when doing make clean.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 959731e..23ae44a 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -691,15 +691,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.
#