diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-06-08 13:12:13 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-06-08 13:12:13 (GMT) |
commit | 9d5336acb29922fd8f6420f9e7aeea1ccae0df04 (patch) | |
tree | 03a88fc38954d5b12f1b2c1579a4e07c41b611a6 /test | |
parent | 6b0090dc203dcb9be07a374d334924d05e8301e2 (diff) | |
download | hdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.zip hdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.tar.gz hdf5-9d5336acb29922fd8f6420f9e7aeea1ccae0df04.tar.bz2 |
[svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD).
Description: Changes made during this checkin need to be greatly
modified, so I'm removing them now rather than leaving them
in and fixing them later.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 0aa70cc..2def39a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -84,8 +84,6 @@ else VFD_LIST = sec2 stdio core split multi family endif -DEFAULT_VFD = @DEFAULT_VFD_NAME@ - # Additional target for running timing test timings _timings: testmeta @for timing in $(TIMINGS) dummy; do \ diff --git a/test/Makefile.in b/test/Makefile.in index c9eaf94..ecdd1df 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -390,7 +390,6 @@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ @H5_CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_VFD_NAME = @DEFAULT_VFD_NAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ @@ -654,7 +653,6 @@ ttsafe_SOURCES = ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c @DIRECT_VFD_CONDITIONAL_FALSE@VFD_LIST = sec2 stdio core split multi family @DIRECT_VFD_CONDITIONAL_TRUE@VFD_LIST = sec2 stdio core split multi family direct -DEFAULT_VFD = @DEFAULT_VFD_NAME@ # Sources for testhdf5 executable testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ |