Folks, say the word; should this be in the httpd-2.2.9-win32-src.zip
package or left out of it?

For anyone not compiling DBD_LIST, this is a noop.  Building the dbd's
is a little complex and I'm working up a doc on that subject.

Bill

(Turns out it was a cut n paste error, we actually have a continuation
of this line from a .dll into a .pdb for the apr-util flavor, but on
the apache build we simplified this to run it once against .dll's and
once against all the .pdb's, thus one line, and an invalid continuation.)



[EMAIL PROTECTED] wrote:
Author: wrowe
Date: Tue Jun 10 15:38:34 2008
New Revision: 666353

URL: http://svn.apache.org/viewvc?rev=666353&view=rev
Log:
Correct install script flaw when DBD_LIST is provided by the
build user.

This does not represent any significant change to the package,
and certainly not to the source code, so if people do not complain
about the discrepancy, then the -win32-src.zip package would include this fix.

Either way, it's not a regression so not a showstopper to 2.2.9.

Modified:
    httpd/httpd/branches/2.2.x/Makefile.win

Modified: httpd/httpd/branches/2.2.x/Makefile.win
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/Makefile.win?rev=666353&r1=666352&r2=666353&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/Makefile.win (original)
+++ httpd/httpd/branches/2.2.x/Makefile.win Tue Jun 10 15:38:34 2008
@@ -484,7 +484,7 @@
        copy srclib\apr-util\ldap\$(LONG)\apr_ldap-1.$(src_dll) "$(inst_dll)" 
<.y
 !IFDEF DBD_LIST
        for %d in ($(DBD_LIST)) do ( \
-         copy srclib\apr-util\dbd\$(LONG)\apr_dbd_%d-1.$(src_dll) "$(inst_dll)" <.y 
&& \
+         copy srclib\apr-util\dbd\$(LONG)\apr_dbd_%d-1.$(src_dll) "$(inst_dll)" 
<.y \
        )
 !ENDIF
 !IF EXIST("srclib\zlib\zlib1.$(src_dll)")





Reply via email to