Lines Matching refs:RM
126 : ${RM="rm -f"}
1319 $opt_dry_run || $RM $removelist
1326 $opt_dry_run || $RM $removelist
1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
1374 $opt_dry_run || $RM $removelist
1381 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1405 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
1423 $opt_dry_run || $RM $removelist
1430 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1440 $RM "$lockfile"
1463 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1467 RM is the name of the program to use to delete files associated with each FILE
1469 to RM.
1472 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1614 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2070 …&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $rea…
2214 $opt_dry_run || ${RM}r "$tmpdir"
2248 ${RM}r "$tmpdir"
2313 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2359 $RM $export_symbols
2665 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
2675 $RM -rf unfat-$$
2841 $RM \"\$progdir/\$file\"
2851 $RM \"\$progdir/\$file\"
2857 { $RM \"\$progdir/\$program\";
2859 $RM \"\$progdir/\$file\"
6424 func_show_eval "${RM}r \$removelist"
6536 $opt_dry_run || $RM conftest.c
6540 $opt_dry_run || $RM conftest
6588 $opt_dry_run || $RM conftest
7002 $opt_dry_run || $RM $export_symbols
7090 …$opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || ex…
7347 $RM "${realname}T" && \
7358 …$opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV …
7362 func_show_eval '${RM}r "$gentop"'
7372 …func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $…
7422 $opt_dry_run || $RM $obj $libobj
7457 func_show_eval '${RM}r "$gentop"'
7465 func_show_eval '${RM}r "$gentop"'
7483 func_show_eval '${RM}r "$gentop"'
7704 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
7744 $opt_dry_run || $RM $output
7776 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
7834 $RM $cwrappersource $cwrapper
7835 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
7850 $RM $func_ltwrapper_scriptname_result
7851 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
7862 $RM $output
7863 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
8018 func_show_eval "${RM}r$generated"
8123 $RM $output
8194 RM="$nonopt"
8206 -f) RM="$RM $arg"; rmforce=yes ;;
8207 -*) RM="$RM $arg" ;;
8212 test -z "$RM" && \
8349 func_show_eval "$RM $rmfiles" 'exit_status=1'