Home | History | Annotate | Download | only in core

Lines Matching defs:cp

198 # Function : host-cp
201 # Usage : $(call host-cp,<src-file>,<dst-file>)
206 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
208 host-cp = cp -f $1 $2
252 copy-if-differ = $(HOST_CMP) -s $1 $2 > /dev/null 2>&1 || cp -f $1 $2