summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-03-05 07:00:56 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-03-05 07:00:56 (GMT)
commit6789a3fd6a67513da8445ac1275d9dc10f63611d (patch)
tree9d8346a51bfb78f71da6fbc2023c9a2a91e26c6b
parent0bbf5e37ee880d0c99474eb19b67cd5a95e2b86f (diff)
downloadhdf5-6789a3fd6a67513da8445ac1275d9dc10f63611d.zip
hdf5-6789a3fd6a67513da8445ac1275d9dc10f63611d.tar.gz
hdf5-6789a3fd6a67513da8445ac1275d9dc10f63611d.tar.bz2
[svn-r14706] Added *.out *.err to the check-clean list.
Tested: kagiso.
-rw-r--r--tools/h5recover/Makefile.am3
-rw-r--r--tools/h5recover/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/h5recover/Makefile.am b/tools/h5recover/Makefile.am
index 9be9908..b04f2da 100644
--- a/tools/h5recover/Makefile.am
+++ b/tools/h5recover/Makefile.am
@@ -42,7 +42,8 @@ bin_PROGRAMS=#h5recover
LDADD=$(LIBH5TOOLS) $(LIBHDF5)
# Temporary files. *.h5 are generated by h5recover.
-CHECK_CLEANFILES+=*.h5
+# *.out and *.err are generated by testh5recover.sh
+CHECK_CLEANFILES+=*.h5 *.out *.err
DISTCLEANFILES=testh5recover.sh
include $(top_srcdir)/config/conclude.am
diff --git a/tools/h5recover/Makefile.in b/tools/h5recover/Makefile.in
index f1c37cd..87b57b1 100644
--- a/tools/h5recover/Makefile.in
+++ b/tools/h5recover/Makefile.in
@@ -317,7 +317,8 @@ TRACE = perl $(top_srcdir)/bin/trace
# *.clog are from the MPE option.
# Temporary files. *.h5 are generated by h5recover.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5
+# *.out and *.err are generated by testh5recover.sh
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 *.out *.err
# Include files in /src directory and /tools/lib directory
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib