Commit c2743b63 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Make our Windows touch silent.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087572 13f79535-47bb-0310-9956-ffa450edef68
parent d8ed3b91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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