It is sufficient to pipe stderr to NUL to get rid of the nasty messages.

This commit is contained in:
Guenter Knauf
2010-08-18 16:59:21 +02:00
parent 6c6c43f92c
commit 835c03e076

View File

@@ -35,12 +35,12 @@ RC = wrc
!endif
!if $(__VERSION__) < 1250
RM = del /q /f >NUL 2>&1
RM = del /q /f 2>NUL
!else
RM = rm -f
!endif
MD = mkdir
RD = rmdir /q /s >NUL 2>&1
RD = rmdir /q /s 2>NUL
CP = copy
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=nul -w2 -fpi -oilrtfm &