You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2011/04/01 05:38:43 UTC

svn commit: r1087572 - in /httpd/httpd: branches/2.2.x/build/NWGNUenvironment.inc trunk/build/NWGNUenvironment.inc

Author: fuankg
Date: Fri Apr  1 03:38:42 2011
New Revision: 1087572

URL: http://svn.apache.org/viewvc?rev=1087572&view=rev
Log:
Make our Windows touch silent.

Modified:
    httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc
    httpd/httpd/trunk/build/NWGNUenvironment.inc

Modified: httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc?rev=1087572&r1=1087571&r2=1087572&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Fri Apr  1 03:38:42 2011
@@ -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
 

Modified: httpd/httpd/trunk/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUenvironment.inc?rev=1087572&r1=1087571&r2=1087572&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/trunk/build/NWGNUenvironment.inc Fri Apr  1 03:38:42 2011
@@ -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