diff options
author | Tom Grace <Thomas.Grace@amdocs.com> | 2013-03-13 04:58:51 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-13 04:58:51 +0100 |
commit | 8ae9ee0cf29f7376d75373cc7065a49fe71fe2ab (patch) | |
tree | 7a94c2ab1ec011edf3e281325b254612c34e2ff0 /packages/vms | |
parent | 17c088fb458a1f902b449cef94c58f1806c288d3 (diff) | |
download | curl-8ae9ee0cf29f7376d75373cc7065a49fe71fe2ab.tar.gz |
build_vms.com: VMS build fixes
Added missing slash in cc_full_list.
Removed unwanted extra quotes inside symbol tool_main
for non-VAX architectures that triggered link failure.
Replaced curl_sys_inc with sys_inc.
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/build_vms.com | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com index ef0ae51fb..519628eed 100644 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -123,6 +123,11 @@ $! LARGEFILE default to on where available $! IEEE float default to on where available. $! Generate the curl_config.h file from system inspection. $! Linker finds ldap with out option file. +$! 13-Mar-2013, Tom Grace +$! Added missing slash in cc_full_list. +$! Removed unwanted extra quotes inside symbol tool_main +$! for non-VAX architectures that triggered link failure. +$! Replaced curl_sys_inc with sys_inc. $! $!=========================================================================== $! @@ -226,7 +231,7 @@ $ nokerberos = 0 $ cc_names = "/names=(shortened, as_is)/repository='exedir' $ cc_defs = "HAVE_CONFIG_H=1" $ cc_list = "/list='objdir'/show=(expan, includ)/machine -$ cc_full_list = "list='objdir'/show=(all, nomessages)/machine +$ cc_full_list = "/list='objdir'/show=(all, nomessages)/machine $ link_qual = "" $ if arch_name .eqs. "VAX" $ then @@ -669,7 +674,7 @@ $ sys_inc = sys_inc + ",''curl_sys_krbinc'" $ endif $ if curl_sys_zlibinc .nes. "" $ then -$ curl_sys_inc = sys_inc + ",''curl_sys_zlibinc'" +$ sys_inc = sys_inc + ",''curl_sys_zlibinc'" $ endif $ call build "[--.lib]" "*.c" "''objdir'CURLLIB.OLB" "amigaos, nwlib, nwos" $ if ($status .eq. ctrl_y) then goto Common_Exit @@ -728,7 +733,7 @@ $ link_dsf2 = "" $ tool_main = "tool_main" $ if arch_name .nes. "VAX" $ then -$ tool_main = """tool_main""" +$ tool_main = "tool_main" $ link_dsf1 = "/dsf=" + exedir + "CURL.DSF" $ link_dsf2 = "/dsf=" + exedir + "CURL_DEBUG.DSF" $ endif @@ -838,7 +843,7 @@ $ then $ 'vo_c' "CC (opts) ", file $ define/user curl 'curl_logical' $ if curl_sys_krbinc .nes. "" then define/user gssapi 'curl_sys_krbinc' -$ define/user decc$system_include 'curl_sys_inc' +$ define/user decc$system_include 'sys_inc' $ CC 'cc_defs' - 'cc_qual1' - 'cc_qual2' - |