Lines Matching refs:xargs
201 @if [ -d out ]; then $(FIND) out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs $(RM) -r; fi
491 echo $${PS_OUT} | xargs kill -9; \
546 echo $${PS_OUT} | xargs kill -9; exit 1; \
562 echo $${PS_OUT} | xargs kill -9; exit 1; \
1199 find $(TARNAME)/deps/v8/test/* -type d ! -regex '.*/test/torque$$' | xargs $(RM) -r
1200 find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1201 find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
1202 find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1203 find $(TARNAME)/ -type l | xargs $(RM)
1245 find $(TARNAME)/ -type l | xargs $(RM)
1572 && ! ( $(FIND) . -maxdepth 1 -type f | xargs grep -IEqs "$(CONFLICT_RE)" ); then \