diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-05-01 21:42:50 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-05-01 21:42:50 (GMT) |
commit | 1641a4d20885141ecd5fe45ba077c67e65d5f8ae (patch) | |
tree | 7cf1d672684f8d9cbbb893bed5f7dddade6d0a11 /vms | |
parent | f8428adce3050eac8436edad138f806e74757a4f (diff) | |
download | hdf5-1641a4d20885141ecd5fe45ba077c67e65d5f8ae.zip hdf5-1641a4d20885141ecd5fe45ba077c67e65d5f8ae.tar.gz hdf5-1641a4d20885141ecd5fe45ba077c67e65d5f8ae.tar.bz2 |
[svn-r16909] I took out the 'install' command from build.com and enabled the 'copy' command for the
C, Fortran, and C++ examples.
Tested on OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/build.com | 3 | ||||
-rw-r--r-- | vms/install.com | 8 |
2 files changed, 4 insertions, 7 deletions
diff --git a/vms/build.com b/vms/build.com index f31c1b4..d067d44 100644 --- a/vms/build.com +++ b/vms/build.com @@ -59,7 +59,4 @@ $! set def 'hdf5toolstest_h5import' $! copy [-]check_h5import.com check_h5import.com $!@check_h5import.com $! -$ set def 'hdf5vms' -$@install -$ $ exit diff --git a/vms/install.com b/vms/install.com index 416f8d8..4ac9174 100644 --- a/vms/install.com +++ b/vms/install.com @@ -159,8 +159,8 @@ $ rename 'hdf5install_examples_cxx'*.cpp 'hdf5install_examples_cxx'*.cxx $ $ $! -$! set def 'hdf5top' -$! copy [.examples]*.com 'hdf5install_examples_c' -$! copy [.fortran.examples]*.com 'hdf5install_examples_f90' -$! copy [.c__.examples]*.com 'hdf5install_examples_cxx' +$ set def 'hdf5top' +$ copy [.examples]*.com 'hdf5install_examples_c' +$ copy [.fortran.examples]*.com 'hdf5install_examples_f90' +$ copy [.c__.examples]*.com 'hdf5install_examples_cxx' $ exit |