From 0060c6f5e5230a53da3b527d4f4fe9e0db42d966 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Fri, 15 Feb 2002 12:41:00 -0500 Subject: VOS patches for perl 5.8 Message-Id: <200202152243.RAA01195@mailhub1.stratus.com> p4raw-id: //depot/perl@14713 --- vos/build.cm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'vos/build.cm') diff --git a/vos/build.cm b/vos/build.cm index 20592ad75b..5eb56a2959 100644 --- a/vos/build.cm +++ b/vos/build.cm @@ -50,8 +50,8 @@ &then &set_string obj .8000 & &if &cpu& = mc68020 -&then &set_string obj2 .68k -&else &set_string obj2 &obj& +&then &set_string obj2 68k +&else &set_string obj2 (substr &obj& 2) & &if &cpu& = mc68020 &then &set_string bindsize -size large @@ -154,10 +154,11 @@ & &if (command_status) ^= 0 &then &return & !&compiler& <system>tcp_os>object_library&obj2&) -&then &set_string tcp_objlib (master_disk)>system>tcp_os>object_library&obj2& +&if (exists -directory (master_disk)>system>tcp_os>object_library.&obj2&) +&then &set_string tcp_objlib (master_disk)>system>tcp_os>object_library.&obj2& &else &set_string tcp_objlib (master_disk)>system>tcp_os>object_library & -&if (exists -directory (master_disk)>system>stcp>object_library&obj2&) -&then &set_string stcp_objlib (master_disk)>system>stcp>object_library&obj2& +&if (exists -directory (master_disk)>system>stcp>object_library.&obj2&) +&then &set_string stcp_objlib (master_disk)>system>stcp>object_library.&obj2& &else &set_string stcp_objlib (master_disk)>system>stcp>object_library & -&if (exists -directory (master_disk)>system>object_library&obj2&) -&then &set_string objlib (master_disk)>system>object_library&obj2& +&if (exists -directory (master_disk)>system>object_library.&obj2&) +&then &set_string objlib (master_disk)>system>object_library.&obj2& &else &set_string objlib (master_disk)>system>object_library & -&if (exists -directory (master_disk)>system>c_object_library&obj2&) -&then &set_string c_objlib (master_disk)>system>c_object_library&obj2& +&if (exists -directory (master_disk)>system>c_object_library.&obj2&) +&then &set_string c_objlib (master_disk)>system>c_object_library.&obj2& &else &set_string c_objlib (master_disk)>system>c_object_library & -&if (exists -directory (master_disk)>system>posix_object_library&obj2&) -&then &set_string posix_objlib (master_disk)>system>posix_object_library&obj2& +&if (exists -directory (master_disk)>system>posix_object_library.&obj2&) +&then &set_string posix_objlib (master_disk)>system>posix_object_library.&obj2& &else &set_string posix_objlib (master_disk)>system>posix_object_library & &if &version& = alpha -- cgit v1.2.1