summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:52:27 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-25 18:52:27 (GMT)
commit90067b76ce50b070b4792bc1fe8ca3c79b2e8588 (patch)
treed4dcc411aa7405e122922a90a12047bb5d869eb2 /c++
parent864a9d5552c3e74cb1c30756a9a216c039a26c27 (diff)
downloadhdf5-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 'c++')
-rw-r--r--c++/Makefile.in4
-rw-r--r--c++/examples/Makefile.in4
-rw-r--r--c++/src/Makefile.in4
-rw-r--r--c++/test/Makefile.in6
4 files changed, 9 insertions, 9 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index e5aa783..de07e85 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -660,8 +660,8 @@ 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.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog
+# *.clog and *.clog2 are from the MPE option.
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
@BUILD_CXX_CONDITIONAL_TRUE@SUBDIRS = src test
DIST_SUBDIRS = src test examples
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 773f842..c839405 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -608,8 +608,8 @@ 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.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5
+# *.clog and *.clog2 are from the MPE option.
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 *.h5
INSTALL_SCRIPT_FILES = run-c++-ex.sh
# These are the programs that 'make all' or 'make prog' will build and
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 136c3a5..e57931e 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -674,8 +674,8 @@ 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.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog
+# *.clog and *.clog2 are from the MPE option.
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index c8edd4d..bd1ba95 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -665,10 +665,10 @@ 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
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog tattr_multi.h5 tfattrs.h5 \
- tattr_scalar.h5 tattr_compound.h5 tattr_dtype.h5 \
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 tattr_multi.h5 \
+ tfattrs.h5 tattr_scalar.h5 tattr_compound.h5 tattr_dtype.h5 \
tattr_basic.h5
# These are our main targets. They should be listed in the order to be