diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-12-03 16:01:27 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-12-03 16:01:27 (GMT) |
commit | 06f2e446a636d2c957123a4f9d1d10db32b8d5fc (patch) | |
tree | ea5e8481467ab4d25eddd344b847c0df2fdeab3e /release_docs | |
parent | 967c186011b2a8ff489b1d80712eccb6b275c609 (diff) | |
download | hdf5-06f2e446a636d2c957123a4f9d1d10db32b8d5fc.zip hdf5-06f2e446a636d2c957123a4f9d1d10db32b8d5fc.tar.gz hdf5-06f2e446a636d2c957123a4f9d1d10db32b8d5fc.tar.bz2 |
[svn-r14316] Purpose: Update test directories in MinGW documentation
Description:
There are many tests that are unsupported on MinGW because of the way it handles certain syntax in shell scripts (particularly '/'). As a result, we list a few tests that users must comment out in various Makefile.in's. This checkin updates the location of h5stat-- it was formerly in ./tools/misc, but has been moved it ./tools/h5stat.
Tested:
MinGW on WinXP
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_MinGW.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/INSTALL_MinGW.txt b/release_docs/INSTALL_MinGW.txt index f92961e..47dcadd 100644 --- a/release_docs/INSTALL_MinGW.txt +++ b/release_docs/INSTALL_MinGW.txt @@ -109,13 +109,15 @@ Build HDF5 on MinGW - ./tools/h5diff/Makefile.in: "testh5diff.sh"
- - ./tools/misc/Makefile.in: "testh5stat.sh" and "testh5mkgrp.sh"
+ - ./tools/misc/Makefile.in: "testh5mkgrp.sh"
- ./tools/h5jam/Makefile.in: "testh5jam.sh"
- ./tools/h5copy/Makefile.in: "testh5copy.sh"
- ./tools/h5ls/Makefile.in: "testh5ls.sh"
+
+ - ./tools/h5stat/Makefile.in: "testh5stat.sh"
5. Configuring
|