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 2007/12/29 04:49:35 UTC

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

Author: wrowe
Date: Fri Dec 28 19:49:35 2007
New Revision: 607369

URL: http://svn.apache.org/viewvc?rev=607369&view=rev
Log:
Avoid build directory pollution

Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=607369&r1=607368&r2=607369&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Fri Dec 28 19:49:35 2007
@@ -608,7 +608,7 @@
    }
 }
 <<
-	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 @@
 
 --------------------------------------------------------------------------------
 <<
+	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 @@
 --------------------------------------------------------------------------------
 
 <<
+	del .tmp
 	-copy "$(INSTDIR)\OPENSSL-README.txt" + srclib\openssl\README
 !ENDIF
 !IF EXIST("srclib\zlib")