]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Avoid build directory pollution
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:49:57 +0000 (03:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:49:57 +0000 (03:49 +0000)
Backport: r607369

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

Makefile.win

index 38681aaffd1bbd277d08bad673aaf5a47ddcf013..a44ff1334482b6762cb220840656f08e594f6864 100644 (file)
@@ -596,7 +596,7 @@ BEGIN {
    }
 }
 <<
-       copy << "$(INSTDIR)\OPENSSL-NEWS.txt" <.y
+       copy <<.tmp "$(INSTDIR)\OPENSSL-NEWS.txt" <.y
 
  Apache HTTP Server 2.2 Limited OpenSSL Distribution
 
@@ -613,8 +613,9 @@ BEGIN {
 --------------------------------------------------------------------------------
 
 <<
+       del .tmp
        -copy "$(INSTDIR)\OPENSSL-NEWS.txt" + srclib\openssl\NEWS
-       copy << "$(INSTDIR)\OPENSSL-README.txt" <.y
+       copy <<.tmp "$(INSTDIR)\OPENSSL-README.txt" <.y
 
  Apache HTTP Server 2.2 Limited OpenSSL Distribution
 
@@ -648,6 +649,7 @@ BEGIN {
 
 --------------------------------------------------------------------------------
 <<
+       del .tmp
        -copy "$(INSTDIR)\OPENSSL-README.txt" + srclib\openssl\README
 !ENDIF
 !IF EXIST("srclib\zlib")