packages/vms: update VMS build files
VMS modified files either missing from a previous commit and changes to remove references to CVS repositories.
This commit is contained in:
@@ -211,6 +211,15 @@ $!
|
||||
$ file = "lcl_root:[.packages.vms]macro32_exactcase.exe"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$ file = "lcl_root:[.packages.vms]report_openssl_version.exe"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$ file = "lcl_root:[.packages.vms]hp_ssl_release_info.txt"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$ file = "lcl_root:[.src]curl.exe"
|
||||
$ if f$search(file) .nes. "" then delete 'file';*
|
||||
$!
|
||||
$all_exit:
|
||||
$!
|
||||
$! Put the default back.
|
||||
|
||||
Reference in New Issue
Block a user