Lines Matching refs:RM

320 : ${RM="rm -f"}
3482 $opt_dry_run || $RM $removelist
3489 $opt_dry_run || $RM $removelist
3491 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
3536 $opt_dry_run || $RM $removelist
3543 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3567 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
3585 $opt_dry_run || $RM $removelist
3592 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
3602 $RM "$lockfile"
3625 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
3629 RM is the name of the program to use to delete files associated with each FILE
3630 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
3631 to RM.
3634 with it are deleted. Otherwise, only FILE itself is deleted using RM."
3780 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
3784 RM is the name of the program to use to delete files associated with each FILE
3785 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
3786 to RM.
3789 Otherwise, only FILE itself is deleted using RM."
4013 ${RM}r "$tmpdir"
4343 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
4487 $opt_dry_run || ${RM}r "$tmpdir"
4521 ${RM}r "$tmpdir"
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4654 $RM $export_symbols
4758 func_show_eval '$RM "${nlist}I"'
4853 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
5168 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
5178 $RM -rf unfat-$$
5435 $RM \"\$progdir/\$file\"
5445 $RM \"\$progdir/\$file\"
5451 { $RM \"\$progdir/\$program\";
5453 $RM \"\$progdir/\$file\"
9060 func_show_eval "${RM}r \$removelist"
9173 $opt_dry_run || $RM conftest.c
9177 $opt_dry_run || $RM conftest
9225 $opt_dry_run || $RM conftest
9654 $opt_dry_run || $RM $export_symbols
9774 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
9890 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
9909 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9920 $opt_dry_run || $RM $export_symbols
9926 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9947 $RM "${realname}T" && \
10013 eval cmds=\"\$cmds~\$RM $delfiles\"
10041 $RM "${realname}T" && \
10052 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
10056 func_show_eval '${RM}r "$gentop"'
10066 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
10116 $opt_dry_run || $RM $obj $libobj
10156 func_show_eval '${RM}r "$gentop"'
10164 func_show_eval '${RM}r "$gentop"'
10182 func_show_eval '${RM}r "$gentop"'
10405 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
10445 $opt_dry_run || $RM $output
10485 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
10538 $RM $cwrappersource $cwrapper
10539 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
10554 $RM $func_ltwrapper_scriptname_result
10555 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
10566 $RM $output
10567 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
10736 func_show_eval "${RM}r$generated"
10852 $RM $output
10926 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
10942 RM=$nonopt
10954 -f) func_append RM " $arg"; rmforce=: ;;
10955 -*) func_append RM " $arg" ;;
10960 test -z "$RM" && \
10961 func_fatal_help "you must specify an RM program"
11093 func_show_eval "$RM $rmfiles" 'exit_status=1'