Lines Matching refs:RM
145 : ${RM="rm -f"}
1485 $opt_dry_run || $RM $removelist
1492 $opt_dry_run || $RM $removelist
1494 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
1522 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
1540 $opt_dry_run || $RM $removelist
1547 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1571 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
1589 $opt_dry_run || $RM $removelist
1596 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
1606 $RM "$lockfile"
1629 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1633 RM is the name of the program to use to delete files associated with each FILE
1634 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
1635 to RM.
1638 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1783 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1787 RM is the name of the program to use to delete files associated with each FILE
1788 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
1789 to RM.
1792 Otherwise, only FILE itself is deleted using RM."
2291 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
2435 $opt_dry_run || ${RM}r "$tmpdir"
2469 ${RM}r "$tmpdir"
2534 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
2584 $RM $export_symbols
2736 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
2903 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
2913 $RM -rf unfat-$$
3167 $RM \"\$progdir/\$file\"
3177 $RM \"\$progdir/\$file\"
3183 { $RM \"\$progdir/\$program\";
3185 $RM \"\$progdir/\$file\"
6751 func_show_eval "${RM}r \$removelist"
6863 $opt_dry_run || $RM conftest.c
6867 $opt_dry_run || $RM conftest
6915 $opt_dry_run || $RM conftest
7329 $opt_dry_run || $RM $export_symbols
7417 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
7528 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
7547 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
7558 $opt_dry_run || $RM $export_symbols
7564 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
7585 $RM "${realname}T" && \
7651 eval cmds=\"\$cmds~\$RM $delfiles\"
7678 $RM "${realname}T" && \
7689 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
7693 func_show_eval '${RM}r "$gentop"'
7703 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
7753 $opt_dry_run || $RM $obj $libobj
7788 func_show_eval '${RM}r "$gentop"'
7796 func_show_eval '${RM}r "$gentop"'
7814 func_show_eval '${RM}r "$gentop"'
8035 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
8075 $opt_dry_run || $RM $output
8107 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
8154 $RM $cwrappersource $cwrapper
8155 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
8170 $RM $func_ltwrapper_scriptname_result
8171 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
8182 $RM $output
8183 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
8338 func_show_eval "${RM}r$generated"
8443 $RM $output
8518 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
8532 RM="$nonopt"
8544 -f) RM="$RM $arg"; rmforce=yes ;;
8545 -*) RM="$RM $arg" ;;
8550 test -z "$RM" && \
8551 func_fatal_help "you must specify an RM program"
8687 func_show_eval "$RM $rmfiles" 'exit_status=1'