diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-04-01 05:38:42 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-04-01 05:38:42 +0200 |
commit | 5db8e8af7a51b126712ef164243a07fb9fb757b5 (patch) | |
tree | 7c502109c0a121cff5fdb59ac87c2824f2f5bc12 /build | |
parent | Added TOUCH macro to kill Win32 dependency on external touch command. (diff) | |
download | apache2-5db8e8af7a51b126712ef164243a07fb9fb757b5.tar.xz apache2-5db8e8af7a51b126712ef164243a07fb9fb757b5.zip |
Make our Windows touch silent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 1e913f5ea9..162365c16f 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -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 |