diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-05-19 21:12:16 (GMT) |
commit | e6715b970433b2d9087dbce96740352aadbbc0ca (patch) | |
tree | feb9645e627b15cb540c3c0ce967ea33d02aafbb /release_docs/RELEASE.txt | |
parent | bdd56bd8da15479a0413a48f285e20266cfd338f (diff) | |
download | hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.zip hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.gz hdf5-e6715b970433b2d9087dbce96740352aadbbc0ca.tar.bz2 |
[svn-r15041] Purpose: Configure Fix
Description: Removing make target "check-perform". The extra target is unneeded
because the perform tests don't take as long to run as initially
anticipated, and can be lumped in with 'make check'.
Tested: kagiso
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ff8e0c3..1b2d2cf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -43,10 +43,6 @@ New Features - Configuration suite now uses Autoconf 2.61, Automake 1.10.1, and Libtool 2.2.2 (MAM - 2008/05/05) - - There is a new build command, 'make check-perform', which will - run the tests in the perform directory. This is an optional step - afer 'make check' in the build process. (MAM - 2008/05/12) - - The new configure option "--disable-sharedlib-rpath" disables embedding the '-Wl,-rpath' information into executables when shared libraries are produced, and instead solely relies on the |