summaryrefslogtreecommitdiffstats
path: root/vms/build.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-05-01 16:20:41 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-05-01 16:20:41 (GMT)
commit0662a78de642b70d4fa08e15574781facb4d5a22 (patch)
treed7c1209c8b387caeddb1e38e211d7767dfdf38f9 /vms/build.com
parent9c36eb7c88caa11492e136efb61835a78246edc3 (diff)
downloadhdf5-0662a78de642b70d4fa08e15574781facb4d5a22.zip
hdf5-0662a78de642b70d4fa08e15574781facb4d5a22.tar.gz
hdf5-0662a78de642b70d4fa08e15574781facb4d5a22.tar.bz2
[svn-r16904] There're 3 changes in this checkin:
1. I added 'install' command in end of build.com. 2. I commented out the test for h5copy and h5import in build.com. There're some failures in the test. I recall h5import has been having problem for some time. h5copy test is new. I need to verify with Elena. 3. I commented out the copy command for *.com in the examples directory because they don't exist. Tested on OpenVMS.
Diffstat (limited to 'vms/build.com')
-rw-r--r--vms/build.com15
1 files changed, 9 insertions, 6 deletions
diff --git a/vms/build.com b/vms/build.com
index 98efff8..f31c1b4 100644
--- a/vms/build.com
+++ b/vms/build.com
@@ -51,12 +51,15 @@ $ set def 'hdf5toolstest_h5repack'
$ copy [-]check_h5repack.com check_h5repack.com
$@check_h5repack.com
$!
-$ set def 'hdf5toolstest_h5copy'
-$ copy [-]check_h5copy.com check_h5copy.com
-$@check_h5copy.com
+$! set def 'hdf5toolstest_h5copy'
+$! copy [-]check_h5copy.com check_h5copy.com
+$!@check_h5copy.com
$!
-$ set def 'hdf5toolstest_h5import'
-$ copy [-]check_h5import.com check_h5import.com
-$@check_h5import.com
+$! set def 'hdf5toolstest_h5import'
+$! copy [-]check_h5import.com check_h5import.com
+$!@check_h5import.com
+$!
+$ set def 'hdf5vms'
+$@install
$
$ exit