Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 95431 invoked from network); 14 May 2005 08:58:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 May 2005 08:58:48 -0000 Received: (qmail 36427 invoked by uid 500); 14 May 2005 09:03:12 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 36379 invoked by uid 500); 14 May 2005 09:03:12 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 36362 invoked by uid 99); 14 May 2005 09:03:11 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 14 May 2005 02:03:11 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 50BF82E1; Sat, 14 May 2005 10:58:42 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 34915] - Installing Apache 2.1.5-dev using Makefile.win fails X-Bugzilla-Reason: AssignedTo Message-Id: <20050514085842.50BF82E1@ajax.apache.org> Date: Sat, 14 May 2005 10:58:42 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34915 ------- Additional Comments From pencilethics@gmail.com 2005-05-14 10:58 ------- (From update of attachment 15027) >
--- Makefile.win	2005-05-13 00:35:33.203125000 +1200
>+++ Makefile.win	2005-05-14 12:59:49.937500000 +1200
>@@ -661,7 +661,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\httpd.conf" \
> 	    copy "$(INSTDIR)\conf\original\httpd.conf" "$(INSTDIR)\conf\httpd.conf"
>-	copy docs\conf\extra\httpd-autoindex.conf.in "$(INSTDIR)\conf\original\httpd-autoindex.conf" <.y
>+	copy docs\conf\extra\httpd-autoindex.conf.in "$(INSTDIR)\conf\original\extra\httpd-autoindex.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-autoindex.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -675,9 +675,9 @@
> 	print $$0;
>     }
> <<
>-	if not exist "$(INSTDIR)\conf\extra\httpd-dav.conf" \
>-	    copy "$(INSTDIR)\conf\original\extra\httpd-dav.conf" "$(INSTDIR)\conf\extra\httpd-dav.conf"
>-	copy docs\conf\extra\httpd-dav.conf.in "$(INSTDIR)\conf\original\httpd-dav.conf" <.y
>+	if not exist "$(INSTDIR)\conf\extra\httpd-autoindex.conf" \
>+	    copy "$(INSTDIR)\conf\original\extra\httpd-autoindex.conf" "$(INSTDIR)\conf\extra\httpd-autoindex.conf"
>+	copy docs\conf\extra\httpd-dav.conf.in "$(INSTDIR)\conf\original\extra\httpd-dav.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-dav.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -693,7 +693,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-dav.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-dav.conf" "$(INSTDIR)\conf\extra\httpd-dav.conf"
>-	copy docs\conf\extra\httpd-manual.conf.in "$(INSTDIR)\conf\original\httpd-manual.conf" <.y
>+	copy docs\conf\extra\httpd-manual.conf.in "$(INSTDIR)\conf\original\extra\httpd-manual.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-manual.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -709,7 +709,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-manual.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-manual.conf" "$(INSTDIR)\conf\extra\httpd-manual.conf"
>-	copy docs\conf\extra\httpd-multilang-errordoc.conf.in "$(INSTDIR)\conf\original\httpd-multilang-errordoc.conf" <.y
>+	copy docs\conf\extra\httpd-multilang-errordoc.conf.in "$(INSTDIR)\conf\original\extra\httpd-multilang-errordoc.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-multilang-errordoc.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -725,7 +725,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-multilang-errordoc.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-multilang-errordoc.conf" "$(INSTDIR)\conf\extra\httpd-multilang-errordoc.conf"
>-	copy docs\conf\extra\httpd-ssl.conf.in "$(INSTDIR)\conf\original\httpd-ssl.conf" <.y
>+	copy docs\conf\extra\httpd-ssl.conf.in "$(INSTDIR)\conf\original\extra\httpd-ssl.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-ssl.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -746,7 +746,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-ssl.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-ssl.conf" "$(INSTDIR)\conf\extra\httpd-ssl.conf"
>-	copy docs\conf\extra\httpd-userdir.conf.in "$(INSTDIR)\conf\original\httpd-userdir.conf" <.y
>+	copy docs\conf\extra\httpd-userdir.conf.in "$(INSTDIR)\conf\original\extra\httpd-userdir.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-userdir.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -763,7 +763,7 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-userdir.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-userdir.conf" "$(INSTDIR)\conf\extra\httpd-userdir.conf"
>-	copy docs\conf\extra\httpd-mpm.conf.in "$(INSTDIR)\conf\original\httpd-mpm.conf" <.y
>+	copy docs\conf\extra\httpd-mpm.conf.in "$(INSTDIR)\conf\original\extra\httpd-mpm.conf" <.y
> 	-awk -f < "$(INSTDIR)\conf\original\extra\httpd-mpm.conf"
>     BEGIN { 
> 	serverroot = ARGV[2];
>@@ -780,16 +780,16 @@
> <<
> 	if not exist "$(INSTDIR)\conf\extra\httpd-mpm.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-mpm.conf" "$(INSTDIR)\conf\extra\httpd-mpm.conf"
>-	copy docs\conf\extra\httpd-default.conf.in "$(INSTDIR)\conf\original\httpd-default.conf" <.y
>+	copy docs\conf\extra\httpd-default.conf.in "$(INSTDIR)\conf\original\extra\httpd-default.conf" <.y
> 	if not exist "$(INSTDIR)\conf\extra\httpd-default.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-default.conf" "$(INSTDIR)\conf\extra\httpd-default.conf"
>-	copy docs\conf\extra\httpd-info.conf.in "$(INSTDIR)\conf\original\httpd-info.conf" <.y
>+	copy docs\conf\extra\httpd-info.conf.in "$(INSTDIR)\conf\original\extra\httpd-info.conf" <.y
> 	if not exist "$(INSTDIR)\conf\extra\httpd-info.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-info.conf" "$(INSTDIR)\conf\extra\httpd-info.conf"
>-	copy docs\conf\extra\httpd-languages.conf.in "$(INSTDIR)\conf\original\httpd-languages.conf" <.y
>+	copy docs\conf\extra\httpd-languages.conf.in "$(INSTDIR)\conf\original\extra\httpd-languages.conf" <.y
> 	if not exist "$(INSTDIR)\conf\extra\httpd-languages.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-languages.conf" "$(INSTDIR)\conf\extra\httpd-languages.conf"
>-	copy docs\conf\extra\httpd-vhosts.conf.in "$(INSTDIR)\conf\original\httpd-vhosts.conf" <.y
>+	copy docs\conf\extra\httpd-vhosts.conf.in "$(INSTDIR)\conf\original\extra\httpd-vhosts.conf" <.y
> 	if not exist "$(INSTDIR)\conf\extra\httpd-vhosts.conf" \
> 	    copy "$(INSTDIR)\conf\original\extra\httpd-vhosts.conf" "$(INSTDIR)\conf\extra\httpd-vhosts.conf"
> 	-awk -f <"$(INSTDIR)\bin\dbmmanage.pl"


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org