]> granicus.if.org Git - apache/commitdiff
Avoid build directory pollution
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:49:35 +0000 (03:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:49:35 +0000 (03:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607369 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 77808a794d2b9f7249e6e973172fb9dd478edee8..c84dce7d10165150c80f2f72a80c1d7819ae7433 100644 (file)
@@ -608,7 +608,7 @@ BEGIN {
    }
 }
 <<
-       copy << "$(INSTDIR)\OPENSSL-NEWS.txt" <.y
+       copy <<.tmp "$(INSTDIR)\OPENSSL-NEWS.txt" <.y
 
  Apache HTTP Server 2.3 Limited OpenSSL Distribution
 
@@ -624,8 +624,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.3 Limited OpenSSL Distribution
 
@@ -660,6 +661,7 @@ BEGIN {
 --------------------------------------------------------------------------------
 
 <<
+       del .tmp
        -copy "$(INSTDIR)\OPENSSL-README.txt" + srclib\openssl\README
 !ENDIF
 !IF EXIST("srclib\zlib")