Lines Matching refs:NUL
46 $(if $(__host_rm_files),del /f/q $(__host_rm_files) >NUL 2>NUL)
61 $(if $(__host_rmdir_files),del /f/s/q $(__host_rmdir_files) >NUL 2>NUL)
74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
102 host-mv = move /y $(subst /,\,"$1" "$2") > NUL
117 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
156 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > NUL || copy /b/y $(subst /,\,"$1" "$2") > NUL