diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:18:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 12:18:34 (GMT) |
commit | f29e3e10975ee2164ca1ad1c0964108f3dc117d0 (patch) | |
tree | af4af98e9ba8f166f29429a5eeb9aaa0c8283ac3 /test/Makefile.in | |
parent | 374ad0ef30754b2a4a78c5ab3a16acd8e5c4c6fc (diff) | |
download | hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.zip hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.tar.gz hdf5-f29e3e10975ee2164ca1ad1c0964108f3dc117d0.tar.bz2 |
[svn-r7362] Purpose:
Bug fix
Description:
Allow a user block to be "inserted" in front of a file (probably by
writing a validly-sized userblock to a new file and then appending another
HDF5 file to the new file).
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index fc03b62..5504940 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -58,7 +58,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tvlstr.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 \ tgenprop.h5 tmisc.h5 tmisc2a.h5 tmisc2b.h5 tmisc3.h5 tmisc4a.h5 \ tmisc4b.h5 tmisc5.h5 tmisc6.h5 tmisc7.h5 tmisc8.h5 tmisc9.h5 \ - tmisc10.h5 tmisc11.h5 tmisc12.h5 \ + tmisc10.h5 tmisc11.h5 tmisc12.h5 tmisc13a.h5 tmisc13b.h5 \ set_extent_read.h5 set_extent_create.h5 getname.h5 getname1.h5 \ getname2.h5 getname3.h5 sec2_file.h5 family_file000[0-3][0-9].h5 \ multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 \ |