cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: cURL curl-7.20.1-20100304 v. VMS

From: Steven M. Schweda <sms_at_antinode.info>
Date: Thu, 4 Mar 2010 22:10:49 -0600 (CST)

From: Yang Tse <yangsita_at_gmail.com>

> Ah, yes. I updated other manually built config*.h files, but missed to
> update the vms one.
>
> This has been fixed in CVS now.
>
> Probably I missed it due to being located in the packages subdir,
> while other config files are located in the 'lib' and 'src' subdirs.
> But I'm not sure if it is worth moving it to the 'lib' subdir, as this
> would probably require some adjustments to the VMS build scripts. What
> do you think?

   Ok with me. The change to the builder is tiny:

--- build_vms.com_orig 2010-02-14 21:00:06 -0600
+++ build_vms.com 2010-03-04 22:07:09 -0600
@@ -427,7 +427,7 @@
 $!
 $! Copy the VMS-specific config file into the product directory.
 $!
-$ call MoveIfDiff 'proc_dev_dir'config-vms.h 'objdir'curl_config.h
+$ call MoveIfDiff 'top_dev_dir'.lib]config-vms.h 'objdir'curl_config.h
 $!
 $ on control_y then goto Common_Exit
 $!

      http://antinode.info/ftp/curl/curl-7_20_1/packages/vms/build_vms.com

If you like "src" better than "lib", then just do the obvious thing.

------------------------------------------------------------------------

   Steven M. Schweda sms_at_antinode-info
   382 South Warwick Street (+1) 651-699-9818
   Saint Paul MN 55105-2547
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-03-05