diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-25 18:48:31 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-02-25 18:48:31 (GMT) |
commit | c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (patch) | |
tree | f74669bd715172a30d148ea8dc2d6923bf26a3a0 /tools/perform/Makefile.in | |
parent | 3550004b200ef695c973fcf2310e95512c560c73 (diff) | |
download | hdf5-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 'tools/perform/Makefile.in')
-rw-r--r-- | tools/perform/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perform/Makefile.in b/tools/perform/Makefile.in index 728ce45..1f903c5 100644 --- a/tools/perform/Makefile.in +++ b/tools/perform/Makefile.in @@ -701,8 +701,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 h5perf and h5perf_serial specific linker flags here h5perf_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS) |