From 9ebdc0bf08a63227ab31e6f82793e8acd189806f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 13 Dec 2007 13:30:00 -0500 Subject: [svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' extensions. Used copy command instead of rename to get the correct names of the C++ source files to avoid errors when build runs second time in the same directory. Platforms tested: VMS server --- vms/make.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vms/make.com b/vms/make.com index 62c834f..2e61e94 100644 --- a/vms/make.com +++ b/vms/make.com @@ -120,12 +120,12 @@ $ @make.com $! $ write sys$output "Building C++ library" $ set def 'hdf5cxx_src' -$ rename *.cpp *.cxx +$ copy *.cpp *.cxx $ @make.com $! $ write sys$output "Building C++ library tests" $ set def 'hdf5cxx_test' -$ rename *.cpp *.cxx +$ copy *.cpp *.cxx $ @make.com $! $ set def 'hdf5top' -- cgit v0.12