From 1253bdc89dfe836ec3af77f56a98cd71bbfe1fe8 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 4 May 2006 09:06:07 -0500 Subject: [svn-r12328] Purpose: Maintenance Description: fheap test failed on VMS due to the missing H5HFiter module Solution: Updated make.com file to include the missing module. Platforms tested: VMS server with IEEE option. Misc. update: --- vms/src/make.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vms/src/make.com b/vms/src/make.com index e7d5106..f193b70 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -38,8 +38,9 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+- "H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+- "H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+- "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist, H5HFstat,"+- - "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+- "H5HFdblock, H5HFdtable, H5HFhdr, H5HFiblock,"+- + "H5HFiter, "+- + "H5HG, H5HGdbg, H5HL, H5HLdbg, H5HP, H5I, H5MF, H5MM,"+- "H5MP, H5MPtest, H5O, H5Oattr, H5Obogus, H5Ocache,"+- "H5Ocont, H5Odtype, H5Oefl, H5Ofill, H5Oginfo, H5Olayout,"+- "H5Olinfo, H5Olink, H5Omtime,"+- -- cgit v0.12