From: William A. Rowe Jr Date: Sat, 29 Dec 2007 03:49:57 +0000 (+0000) Subject: Avoid build directory pollution X-Git-Tag: 2.2.7~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92a30fdb13b3ab7de9cebcfcf2654c7a59a60c9;p=thirdparty%2Fapache%2Fhttpd.git Avoid build directory pollution Backport: r607369 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607370 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 38681aaffd1..a44ff133448 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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")