summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-10-10 15:38:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-10-10 15:38:48 (GMT)
commit08cf10f2013b965640eaea9b9d143d4ec85f3494 (patch)
treeb18ea887f1dd909997ce198878cb1f7a8dd5994c /release_docs/INSTALL
parent4a8ab0fe35f6a2b56d50b5e9887702f9623ac7d0 (diff)
downloadhdf5-08cf10f2013b965640eaea9b9d143d4ec85f3494.zip
hdf5-08cf10f2013b965640eaea9b9d143d4ec85f3494.tar.gz
hdf5-08cf10f2013b965640eaea9b9d143d4ec85f3494.tar.bz2
[svn-r24280] Bug: HDFFV-8534
Added a known problem of Solaris make install failure. Updated INSTALL to state Gnu make is the preferred version of make. Tested: eyeballed.
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index abf836b..8e8f46c 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -301,13 +301,13 @@ CONTENTS
Intel or PGI compilers.
4.3.6. Specifying other programs
- The build system has been tuned for use with GNU make but also
- works with other versions of make. If the `make' command runs a
- non-GNU version but a GNU version is available under a different
- name (perhaps `gmake'), then HDF5 can be configured to use it by
- setting the MAKE variable. Note that whatever value is used for
- MAKE must also be used as the make command when building the
- library:
+ The build system has been tuned for use with GNU make which is
+ the preferred version. Other versions of make may or may not work
+ completely. If the `make' command runs a non-GNU version but a GNU
+ version is available under a different name (perhaps `gmake'), then
+ HDF5 can be configured to use it by setting the MAKE variable. Note
+ that whatever value is used for MAKE must also be used as the make
+ command when building the library:
$ MAKE=gmake ./configure
$ gmake