Home | History | Annotate | Download | only in core

Lines Matching refs:NUL

162 host-rm = $(foreach _filepattern,$1,$(if $(strip $(wildcard $(_filepattern))),del /f/q/s $(subst /,\,$(_filepattern)) >NUL))
175 host-rmdir = del /f/s/e/q $(subst /,\,$1) >NUL 2>NUL
202 host-cp = copy /b/y $(subst /,\,$1 $2) > NUL
217 host-install = copy /b/y $(subst /,\,$1 $2) > NUL