Home | History | Annotate | Download | only in core

Lines Matching defs:rm

155 # Function : host-rm
157 # Usage : $(call host-rm,<files>)
162 host-rm = \
166 host-rm = rm -f $1
172 # Usage : $(call host-rm,<files>)
177 host-rm = \
181 host-rmdir = rm -rf $1