mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-27 08:01:04 +08:00
Clean up onion VFD files in tools make clean
(#3739)
Cleans up h5dump and h5diff *.onion files in the Autotools when runing `make clean`.
This commit is contained in:
parent
98b5779ea5
commit
7843db55ff
@ -60,8 +60,7 @@ endif
|
||||
|
||||
# Temporary files. *.h5 are generated by h5diff. They should
|
||||
# be copied to the testfiles/ directory if update is required
|
||||
CHECK_CLEANFILES+=*.h5 expect_sorted actual_sorted
|
||||
|
||||
CHECK_CLEANFILES+=*.h5 *.onion expect_sorted actual_sorted
|
||||
DISTCLEANFILES=testh5diff.sh h5diff_plugin.sh
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -45,7 +45,7 @@ endif
|
||||
|
||||
# Temporary files. *.h5 are generated by h5dumpgentest. They should
|
||||
# copied to the testfiles/ directory if update is required.
|
||||
CHECK_CLEANFILES+=*.h5 *.bin
|
||||
CHECK_CLEANFILES+=*.h5 *.bin *.onion
|
||||
DISTCLEANFILES=testh5dump.sh testh5dumppbits.sh testh5dumpxml.sh h5dump_plugin.sh
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
Loading…
Reference in New Issue
Block a user