On Tue, Nov 17, 1998, Trung Tran-Duc wrote:

> > > Ooops. We have problem with patching Makefile on Win32. I'll see to it
> > > tomorrow.
> > 
> > I've looked at it. The appended patch solves it for me.  Please try it out
> > also yourself, Trung. 
> 
> worked like a charm!! I think you can go ahead with an announcement now

Fine. I'll first go to the birthday dinner with my family members and then I
want to adjust a few more files in the distribution (NEWS, ANNOUNCE, README,
etc). But then I'll roll the final 2.1.0 tarball this afternoon and release
the stuff. 

Thanks for the fast feedback, Trung.

>[...]
> 1) should we make backups (*.orig) when we patch those win32
> makefiles?

Hmmmm.... yes. Ok, I'll create .orig files in configure.bat. 
This way it's more consistent with what "patch" does.

> 2) in Makefile.nt you invoke mod_ssl's makefile with
> 
> nmake /nologo CFG="mod_ssl - Win32 %LONG%" -f Makefile
> nmake /nologo CFG="mod_ssl - Win32 %LONG%" -f Makefile clean
> ...
> 
> The define CFG="mod_ssl - Win32 %LONG%" has nothing to do here. The
> other .mak need it, because they are generated by DevStudio, and it's
> the way they do it. Our Makefile is hand written. Also nmake looks for
> 'makefile' by default, so no need to use the -f option. You can just
> 
> nmake /nologo all         # or without 'all'
> nmake /nologo clean

I've removed the CFG=... and added the "all", but the "-f Makefile" I want to
leave as "/f Makefile" just to make sure this "broken platform" tools do what
they should do (perhaps "makefile vs. Makefile" or whatever next M$ break in
new releases of their VC++ stuff :-( ).

> P.S. Ralf, thanks for cooperation. It's my first experience with such
> a project. Good feeling.

Oh, I have to thank _you_, because _you_ contribute to my project. But sure,
Open-Source Software projects (especially when related to interesting/popular
mother-projects like Apache) are always nice areas to work. That's why we all
do it and love it this way. So, keep on your good contributions, please ;-)

BTW, for 2.1.x and 2.2bX there will be _A LOT_ of more things where one can
     contribute to the project. Just a few key words to give you an idea:
     Diffie-Hellman, Global-ID, IPC Shared Memory Cache, Extended
     Backward-Compat Mappings, LDAP, CRLs, ... So don't think the
     project ends with mod_ssl 2.1.0 ;-)

Greetings,
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to