Lines Matching refs:RM

143 : ${RM="rm -f"}
2166 $opt_dry_run || $RM $removelist
2173 $opt_dry_run || $RM $removelist
2175 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
2220 $opt_dry_run || $RM $removelist
2227 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
2251 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
2269 $opt_dry_run || $RM $removelist
2276 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
2286 $RM "$lockfile"
2309 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
2313 RM is the name of the program to use to delete files associated with each FILE
2314 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2315 to RM.
2318 with it are deleted. Otherwise, only FILE itself is deleted using RM."
2463 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
2467 RM is the name of the program to use to delete files associated with each FILE
2468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
2469 to RM.
2472 Otherwise, only FILE itself is deleted using RM."
2694 ${RM}r "$tmpdir"
3015 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
3159 $opt_dry_run || ${RM}r "$tmpdir"
3193 ${RM}r "$tmpdir"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3323 $RM $export_symbols
3500 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
3793 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
3803 $RM -rf unfat-$$
4060 $RM \"\$progdir/\$file\"
4070 $RM \"\$progdir/\$file\"
4076 { $RM \"\$progdir/\$program\";
4078 $RM \"\$progdir/\$file\"
7572 func_show_eval "${RM}r \$removelist"
7685 $opt_dry_run || $RM conftest.c
7689 $opt_dry_run || $RM conftest
7737 $opt_dry_run || $RM conftest
8166 $opt_dry_run || $RM $export_symbols
8286 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
8402 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
8421 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
8432 $opt_dry_run || $RM $export_symbols
8438 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
8459 $RM "${realname}T" && \
8525 eval cmds=\"\$cmds~\$RM $delfiles\"
8552 $RM "${realname}T" && \
8563 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
8567 func_show_eval '${RM}r "$gentop"'
8577 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
8627 $opt_dry_run || $RM $obj $libobj
8665 func_show_eval '${RM}r "$gentop"'
8673 func_show_eval '${RM}r "$gentop"'
8691 func_show_eval '${RM}r "$gentop"'
8918 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
8958 $opt_dry_run || $RM $output
8997 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
9050 $RM $cwrappersource $cwrapper
9051 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
9066 $RM $func_ltwrapper_scriptname_result
9067 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
9078 $RM $output
9079 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
9246 func_show_eval "${RM}r$generated"
9362 $RM $output
9437 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
9451 RM="$nonopt"
9463 -f) func_append RM " $arg"; rmforce=yes ;;
9464 -*) func_append RM " $arg" ;;
9469 test -z "$RM" && \
9470 func_fatal_help "you must specify an RM program"
9604 func_show_eval "$RM $rmfiles" 'exit_status=1'