diff options
author | Guenter Knauf <lists@gknw.net> | 2010-08-18 16:08:20 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-08-18 16:08:20 +0200 |
commit | 2b6208a6deecddf35842a28b056934659f45e244 (patch) | |
tree | 50e2d235fc7d48037496d45ec3bd1fce11f3b5b8 /src/Makefile.m32 | |
parent | 2f0532a0726e8c893e833bbbc9d5590c50ed13d1 (diff) | |
download | curl-2b6208a6deecddf35842a28b056934659f45e244.tar.gz |
It is sufficient to pipe stderr to NUL to get rid of the nasty messages.
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 48eaf3bd3..364bce1fa 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -46,7 +46,7 @@ CFLAGS = -g -O2 LDFLAGS = -s RC = windres RCFLAGS = --include-dir=../include -O COFF -i -RM = del /q /f > NUL 2>&1 +RM = del /q /f 2>NUL CP = copy # We may need these someday |