]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces"
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 01:13:43 +0000 (01:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 01:13:43 +0000 (01:13 +0000)
     was given, this is now fixed.  PR 8184  [Jack Tan <jack_s_tan@yahoo.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90178 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES
src/makefile.win

index d1702c1bb90877a9845f4e9dcc328b50a63f7a33..0e7299bff35b21832752903fbaa5e0ac2c1ad84e 100644 (file)
@@ -1,5 +1,8 @@
 Changes with Apache 1.3.21
 
+  *) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces"
+     was given, this is now fixed.  PR 8184  [Jack Tan <jack_s_tan@yahoo.com>]
+
   *) EBCDIC: The proxy, when used in a proxy chain, "forgot" to
      convert the "CONNECT host:port HTTP/1.0" request line to ASCII
      before contacting the next proxy, and was thus unusable for
index 558c4f1e8821a23a3d000dce2ca01ee2844ea16c..42ff55dad676a0a7ab70ad20ee1857c6ef4034f3 100644 (file)
@@ -211,7 +211,7 @@ A
       print $$0;
     }
 <<
-       awk -f <<script2.awk "support\apxs.pl" $(INSTDIR) >"$(INSTDIR)\bin\apxs.pl"
+       awk -f <<script2.awk "support\apxs.pl" "$(INSTDIR)" >"$(INSTDIR)\bin\apxs.pl"
     BEGIN {
           target = ARGV[2];
           gsub( /\\/, "/", target );