You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/12/14 21:14:52 UTC

svn commit: r356852 - /httpd/httpd/trunk/Makefile.win

Author: wrowe
Date: Wed Dec 14 12:14:46 2005
New Revision: 356852

URL: http://svn.apache.org/viewcvs?rev=356852&view=rev
Log:

  Revert 1/2 of my last commit, keep Apache2 as the default name so we don't
  need to keep syncing this with releases.

  Retain the other 1/2 - a better message since apr's must be in the build
  tree srclib/ not the install target srclib/.

Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/Makefile.win?rev=356852&r1=356851&r2=356852&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Wed Dec 14 12:14:46 2005
@@ -104,7 +104,7 @@
 !ENDIF
 
 !IF "$(INSTDIR)" == ""
-INSTDIR=\Apache23
+INSTDIR=\Apache2
 !ENDIF
 !IF "$(SERVERNAME)" == ""
 SERVERNAME=localhost



Re: svn commit: r356852 - /httpd/httpd/trunk/Makefile.win

Posted by "William A. Rowe, Jr." <wr...@apache.org>.
wrowe@apache.org wrote:
> 
> URL: http://svn.apache.org/viewcvs?rev=356852&view=rev
> Log:
> 
>   Revert 1/2 of my last commit, keep Apache2 as the default name so we don't
>   need to keep syncing this with releases.

> -INSTDIR=\Apache23
> +INSTDIR=\Apache2

I truly don't care if we use Apache22, Apache23 as default directories (to help
the user avoid colliding if they perform different builds) - but we need to keep
these two .dsp files and Makefile.win in sync choosing the same default, hmmm k?

So if you feel strongly that we should have Apache2, Apache22, Apache23 default
directories on Win32, just holler and i'll change once we have three folks that
agree this would be better than using Apache2 across the board.

Bill

(who always explictly passes INSTDIR in the first place)