From 1641a4d20885141ecd5fe45ba077c67e65d5f8ae Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 1 May 2009 16:42:50 -0500 Subject: [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. --- vms/build.com | 3 --- 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 -- cgit v0.12