summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-01-30 20:17:25 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-01-30 20:17:25 (GMT)
commit6e6366aec26b325317bdb2cbe90173b1509069bd (patch)
treeb2f39a407be83ff860fb47d140fc424d43b30f79 /INSTALL
parentb227b388533896337f436f01763ad26def14844c (diff)
downloadhdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.zip
hdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.tar.gz
hdf5-6e6366aec26b325317bdb2cbe90173b1509069bd.tar.bz2
[svn-r205] Changes since 19980130
---------------------- ./INSTALL ./Makefile.dist ./Makefile.in ./config/conclude.in Some stupid make's don't know what PHONY means. I added changed config to _config in the default makefile and added _test to the other makefiles. ./src/H5Psim.c A `file_offset' argument got changed to `int' accidently that causes tests to fail on 64-bit machines. I changed it back to size_t. ./src/H5T.c Changed a couple printf formats.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 793415a..c4018ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -91,8 +91,8 @@ Step 4. Run confidence tests.
The command will fail if any test fails.
Note: some versions of make will report that `test is up to
- date'. If this happens then run `make test' from within the test
- directory.
+ date'. If this happens then run `make _test' instead or run
+ `make test' from within the test directory.
Step 5. Install public files.