This is an automated email from the ASF dual-hosted git repository.

mturk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 26248d8  Silence The system cannot find the file specified message
26248d8 is described below

commit 26248d8a5df9594c637e0e61f8b53297ec747cb2
Author: Mladen Turk <mt...@apache.org>
AuthorDate: Sat Jun 13 13:36:52 2020 +0200

    Silence The system cannot find the file specified message
---
 native/iis/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/native/iis/Makefile b/native/iis/Makefile
index a84190b..9572e19 100644
--- a/native/iis/Makefile
+++ b/native/iis/Makefile
@@ -102,5 +102,4 @@ clean:
        $(MAKE) clean
        @if not ERRORLEVEL 0 exit /B 1
        @cd ..
-       @-$(CLEANTARGET)
-
+       @-$(CLEANTARGET) 2>NUL


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to