IZ10198: /E switch to supress non-fatal error messages
This commit is contained in:
parent
d611db5354
commit
2b46f6dd5f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ V *:= # RCS suffix
|
|||
# DIVFILE *= $(TMPFILE:s,/,\)
|
||||
RM *= del
|
||||
# RM *= +-del
|
||||
RMFLAGS *= /y
|
||||
RMFLAGS *= /y /E
|
||||
MV *= rename
|
||||
__.DIVSEP-sh-yes *:= \\
|
||||
__.DIVSEP-sh-no *:= \\
|
||||
|
|
Loading…
Reference in a new issue