]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make our Windows touch silent.
authorGuenter Knauf <fuankg@apache.org>
Fri, 1 Apr 2011 03:38:42 +0000 (03:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 1 Apr 2011 03:38:42 +0000 (03:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087572 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 15a92413d9477e324a1586b0f19454e3ada43535..add5fda5b1045f2fac719022efe298d92587501a 100644 (file)
@@ -164,7 +164,7 @@ ECHONL      = $(ComSpec) /c echo.
 MKDIR  = $(shell if not exist $(subst /,\,$1)\NUL md 2>NUL $(subst /,\,$1))
 COPY   = -copy /y 2>NUL $(subst /,\,$1) $(subst /,\,$2)
 COPYR  = -xcopy /q /y /e 2>NUL $(subst /,\,$1) $(subst /,\,$2)
-TOUCH  = -copy /b 2>NUL $1 +,,
+TOUCH  = -copy /b 2>&1>NUL $(subst /,\,$1) +,,
 CAT    = type
 endif