summaryrefslogtreecommitdiffstats
path: root/vms/install.com
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-05-01 21:42:50 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-05-01 21:42:50 (GMT)
commit1641a4d20885141ecd5fe45ba077c67e65d5f8ae (patch)
tree7cf1d672684f8d9cbbb893bed5f7dddade6d0a11 /vms/install.com
parentf8428adce3050eac8436edad138f806e74757a4f (diff)
downloadhdf5-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/install.com')
-rw-r--r--vms/install.com8
1 files changed, 4 insertions, 4 deletions
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