Lines Matching refs:RM

143 : ${RM="rm -f"}
2196 $opt_dry_run || $RM $removelist
2203 $opt_dry_run || $RM $removelist
2205 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
2232 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
2250 $opt_dry_run || $RM $removelist
2257 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
2281 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
2299 $opt_dry_run || $RM $removelist
2306 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
2316 $RM "$lockfile"
2339 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
2343 RM is the name of the program to use to delete files associated with each FILE
2344 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2345 to RM.
2348 with it are deleted. Otherwise, only FILE itself is deleted using RM."
2493 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
2497 RM is the name of the program to use to delete files associated with each FILE
2498 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2499 to RM.
2502 Otherwise, only FILE itself is deleted using RM."
2724 ${RM}r "$tmpdir"
3045 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
3189 $opt_dry_run || ${RM}r "$tmpdir"
3223 ${RM}r "$tmpdir"
3290 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3353 $RM $export_symbols
3530 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
3826 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
3836 $RM -rf unfat-$$
4093 $RM \"\$progdir/\$file\"
4103 $RM \"\$progdir/\$file\"
4109 { $RM \"\$progdir/\$program\";
4111 $RM \"\$progdir/\$file\"
7617 func_show_eval "${RM}r \$removelist"
7730 $opt_dry_run || $RM conftest.c
7734 $opt_dry_run || $RM conftest
7782 $opt_dry_run || $RM conftest
8211 $opt_dry_run || $RM $export_symbols
8331 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
8447 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
8466 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
8477 $opt_dry_run || $RM $export_symbols
8483 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
8504 $RM "${realname}T" && \
8570 eval cmds=\"\$cmds~\$RM $delfiles\"
8597 $RM "${realname}T" && \
8608 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
8612 func_show_eval '${RM}r "$gentop"'
8622 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
8672 $opt_dry_run || $RM $obj $libobj
8710 func_show_eval '${RM}r "$gentop"'
8718 func_show_eval '${RM}r "$gentop"'
8736 func_show_eval '${RM}r "$gentop"'
8963 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
9003 $opt_dry_run || $RM $output
9042 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
9095 $RM $cwrappersource $cwrapper
9096 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
9111 $RM $func_ltwrapper_scriptname_result
9112 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
9123 $RM $output
9124 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
9291 func_show_eval "${RM}r$generated"
9407 $RM $output
9482 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
9496 RM="$nonopt"
9508 -f) func_append RM " $arg"; rmforce=yes ;;
9509 -*) func_append RM " $arg" ;;
9514 test -z "$RM" && \
9515 func_fatal_help "you must specify an RM program"
9649 func_show_eval "$RM $rmfiles" 'exit_status=1'