diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-07-08 15:53:10 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-07-08 15:53:10 (GMT) |
commit | a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228 (patch) | |
tree | e8e9f5630993a961b6939093730946b4efd6e7d3 /tools/h5diff/Makefile.in | |
parent | 415d817ce6805f2c397f8c9d99b60ac418faf51a (diff) | |
download | hdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.zip hdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.tar.gz hdf5-a3bf96ec3c0bd8e684e0c66e1bd6b92b509d0228.tar.bz2 |
[svn-r21077] Purpose:
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive.
Description:
Merge from HDF5 trunk r21072.
Fixed h5diff to display instructive error message and exit with 1
when mutually exclusive options (-d, -p and --use-system-epsilon)
are used together.
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r-- | tools/h5diff/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 55d7802..196f2cd 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/Makefile.in @@ -403,7 +403,7 @@ TRACE = perl $(top_srcdir)/bin/trace # Temporary files. *.h5 are generated by h5diff. They should # be copied to the testfiles/ directory if update is required -CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 expect_sorted \ +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 testfiles expect_sorted \ actual_sorted # Include src and tools/lib directories |