Lines Matching refs:RM

126 : ${RM="rm -f"}
1326 $opt_dry_run || $RM $removelist
1333 $opt_dry_run || $RM $removelist
1363 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
1381 $opt_dry_run || $RM $removelist
1388 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1412 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
1430 $opt_dry_run || $RM $removelist
1437 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1447 $RM "$lockfile"
1470 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1474 RM is the name of the program to use to delete files associated with each FILE
1476 to RM.
1479 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1621 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2077 …&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $rea…
2221 $opt_dry_run || ${RM}r "$tmpdir"
2255 ${RM}r "$tmpdir"
2320 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2366 $RM $export_symbols
2672 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
2682 $RM -rf unfat-$$
2848 $RM \"\$progdir/\$file\"
2858 $RM \"\$progdir/\$file\"
2864 { $RM \"\$progdir/\$program\";
2866 $RM \"\$progdir/\$file\"
6430 func_show_eval "${RM}r \$removelist"
6542 $opt_dry_run || $RM conftest.c
6546 $opt_dry_run || $RM conftest
6594 $opt_dry_run || $RM conftest
7008 $opt_dry_run || $RM $export_symbols
7096 …$opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || ex…
7353 $RM "${realname}T" && \
7364 …$opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV …
7368 func_show_eval '${RM}r "$gentop"'
7378 …func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $…
7428 $opt_dry_run || $RM $obj $libobj
7463 func_show_eval '${RM}r "$gentop"'
7471 func_show_eval '${RM}r "$gentop"'
7489 func_show_eval '${RM}r "$gentop"'
7710 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
7750 $opt_dry_run || $RM $output
7782 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
7840 $RM $cwrappersource $cwrapper
7841 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
7856 $RM $func_ltwrapper_scriptname_result
7857 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
7868 $RM $output
7869 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
8024 func_show_eval "${RM}r$generated"
8173 $RM $output
8248 RM="$nonopt"
8260 -f) RM="$RM $arg"; rmforce=yes ;;
8261 -*) RM="$RM $arg" ;;
8266 test -z "$RM" && \
8403 func_show_eval "$RM $rmfiles" 'exit_status=1'