]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
It turns out copy concat didn't work as I expected,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:59:24 +0000 (03:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Dec 2007 03:59:24 +0000 (03:59 +0000)
it does concat to the first named file, but not the
first filepath.

Backport: r607371

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

Makefile.win

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