summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-12-29 03:49:35 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-12-29 03:49:35 +0000
commit30f8edab6a9c7dde5dacdf859bf630a9162591fe (patch)
tree975100eee56593a51ce93abea7a2c6cdc9b0af98 /Makefile.win
parent537a9a221eaa2f8183daddc2fa6ffa12329c43cf (diff)
downloadhttpd-30f8edab6a9c7dde5dacdf859bf630a9162591fe.tar.gz
Avoid build directory pollution
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 77808a794d..c84dce7d10 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -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")