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 /config | |
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 'config')
-rw-r--r-- | config/commence.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.am b/config/commence.am index 4bc005e..554c9fb 100644 --- a/config/commence.am +++ b/config/commence.am @@ -89,8 +89,8 @@ F9XMODFLAG=@F9XMODFLAG@ # .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 # List all build rules defined by HDF5 Makefiles as "PHONY" targets here. # This tells the Makefiles that these targets are not files to be built but |