diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-01-09 22:27:55 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-01-09 22:27:55 (GMT) |
commit | e982a364fecc22652b73ef789f073bd6a617ec26 (patch) | |
tree | 2287e0f1be4b376ddb85843f99fe978ea24bf2e2 /vms/tools/h5repack/make.com | |
parent | 0545c915c368b69e613b4b86108ad0b1d644b3d4 (diff) | |
download | hdf5-e982a364fecc22652b73ef789f073bd6a617ec26.zip hdf5-e982a364fecc22652b73ef789f073bd6a617ec26.tar.gz hdf5-e982a364fecc22652b73ef789f073bd6a617ec26.tar.bz2 |
[svn-r14390] Maintenance for VMS system before the final release:
Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
Diffstat (limited to 'vms/tools/h5repack/make.com')
-rw-r--r-- | vms/tools/h5repack/make.com | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/vms/tools/h5repack/make.com b/vms/tools/h5repack/make.com index 15ff275..f9a42c4 100644 --- a/vms/tools/h5repack/make.com +++ b/vms/tools/h5repack/make.com @@ -20,7 +20,7 @@ $! ccopt = "/float=ieee_float" $ $ ccc := cc 'ccopt /include=([-.-.src], [-.lib], [-.-.test]) $ type sys$input - Creating h5repack + Creating h5repack ... $! $ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_refs," +- "h5repack_filters, h5repack_opttable, h5repack_parse, " +- @@ -28,8 +28,6 @@ $ cobj= " h5repack_main, h5repack, h5repack_copy, h5repack_refs," +- $! $ ccc 'cobj -$ type sys$input - Creating h5repack $ link/exe=h5repack.exe - h5repack_main, h5repack, h5repack_copy, h5repack_refs, h5repack_filters, - h5repack_opttable, h5repack_parse, - @@ -37,10 +35,11 @@ $ link/exe=h5repack.exe - [-.lib]libh5tools.olb/lib, - [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input - Created h5repack + Finished h5repack + $ $ type sys$input - Creating h5repacktst + Creating h5repacktst ... $ link/exe=h5repacktst.exe - h5repacktst, - h5repack, h5repack_copy, h5repack_refs, h5repack_filters, - @@ -50,6 +49,6 @@ $ link/exe=h5repacktst.exe - [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ $ type sys$input - Created h5repacktst + Finished h5repacktst $! $ exit |