diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-03 15:09:03 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-05-03 15:09:03 (GMT) |
commit | e8f915c403fc916f57a0f898fd23affe556b43d9 (patch) | |
tree | a31f516c924a519e6334748518be053227eff9cf /vms/tools/h5jam | |
parent | 1acc676fcf1e2451d1935f95731b5644a60a0e0d (diff) | |
download | hdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.zip hdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.tar.gz hdf5-e8f915c403fc916f57a0f898fd23affe556b43d9.tar.bz2 |
[svn-r12323] Purpose: Maintenance/bug fixes
Description: Some VMS command files were broken, some needed
an update to catch up with the current code distribution.
Solution: Fixed
Platforms tested: VMS server with IEEE option. Will do more testing after
checking out a fresh CVS version.
Misc. update:
Diffstat (limited to 'vms/tools/h5jam')
-rw-r--r-- | vms/tools/h5jam/make.com | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/vms/tools/h5jam/make.com b/vms/tools/h5jam/make.com index 2819936..e6e7218 100644 --- a/vms/tools/h5jam/make.com +++ b/vms/tools/h5jam/make.com @@ -15,9 +15,9 @@ $! Makefile for VMS systems. $! $! Make h5ls tool $! -$ ccopt = "/float=ieee_float" +$! ccopt = "/float=ieee_float" $ -$ ccc := cc 'ccopt /debug/define=VMS/include=([-.-.src], [-.lib]) +$ ccc := cc 'ccopt /include=([-.-.src], [-.lib]) $ type sys$input Creating h5jam $! @@ -30,14 +30,12 @@ $ type sys$input Creating tellub $ link tellub - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib $ type sys$input Created tellub $ type sys$input Creating getub $ link getub - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib $ type sys$input Created getub $! @@ -46,7 +44,6 @@ $ type sys$input Creating h5jamgentest $ link h5jamgentest, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib $ type sys$input Created h5jamgentest $! @@ -54,7 +51,6 @@ $ type sys$input Creating h5jam $ link h5jam, - [-.lib]libh5tools.olb/lib,[-.-.src]hdf5.olb/lib -! sys$clib/lib $ type sys$input Created h5jam $! @@ -66,3 +62,4 @@ $ link h5unjam, - $ type sys$input Created h5unjam $! +$ exit |