summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_TFLOPS
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-06-17 08:16:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-06-17 08:16:05 (GMT)
commit90abe2ed25ce5727bb479061185b8a44fd49db76 (patch)
treef1d619a6e842ad7b6a174ec14d17302d4ebacfbb /release_docs/INSTALL_TFLOPS
parent81ab0b5efc5931ed8a493478a7eb32b0b5f16881 (diff)
downloadhdf5-90abe2ed25ce5727bb479061185b8a44fd49db76.zip
hdf5-90abe2ed25ce5727bb479061185b8a44fd49db76.tar.gz
hdf5-90abe2ed25ce5727bb479061185b8a44fd49db76.tar.bz2
[svn-r5649] Bugs in src/Makefile and test/Makefile have been resolved.
Diffstat (limited to 'release_docs/INSTALL_TFLOPS')
-rw-r--r--release_docs/INSTALL_TFLOPS47
1 files changed, 4 insertions, 43 deletions
diff --git a/release_docs/INSTALL_TFLOPS b/release_docs/INSTALL_TFLOPS
index cf8ab1e..5c8ec7c 100644
--- a/release_docs/INSTALL_TFLOPS
+++ b/release_docs/INSTALL_TFLOPS
@@ -31,28 +31,8 @@ FROM SASN100,
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
-
- Due to a bug, you need to patch up two Makefile, src/Makefile and
- test/Makefile, before the next step. You can use the following
- shell commands.
-
-# Patch up various Makefile's.
-# patch up src/Makefile
-echo "patching src/Makefile"
-ed - src/Makefile <<'EOF'
-/^LT_RUN=.*/s//LT_RUN=$(RUNTEST)/
-w
-q
-EOF
-
-# patch up test/Makefile
-echo "patching test/Makefile"
-ed - test/Makefile <<'EOF'
-/^RUNTEST=$(LT_RUN)/s/^/#/
-w
-q
-EOF
-
+ (The previous bugs in src/Makefile and test/Makefile have been resolved.
+ You don't need to edit them any more.)
3) make H5detect
@@ -117,27 +97,8 @@ FROM SASN100,
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
You may add the option "--host=i386-intel-osf1" to get rid of the WARNING.
-
- Due to a bug, you need to patch up two Makefile, src/Makefile and
- test/Makefile, before the next step. You can use the following
- shell commands.
-
-# Patch up various Makefile's.
-# patch up src/Makefile
-echo "patching src/Makefile"
-ed - src/Makefile <<'EOF'
-/^LT_RUN=.*/s//LT_RUN=$(RUNTEST)/
-w
-q
-EOF
-
-# patch up test/Makefile
-echo "patching test/Makefile"
-ed - test/Makefile <<'EOF'
-/^RUNTEST=$(LT_RUN)/s/^/#/
-w
-q
-EOF
+ (The previous bugs in src/Makefile and test/Makefile have been resolved.
+ You don't need to edit them any more.)
3) make H5detect