Lines Matching refs:RM

116 unset RM
126 : ${RM="rm -f"}
1319 $opt_dry_run || $RM $removelist
1326 $opt_dry_run || $RM $removelist
1328 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
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
1468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
1469 to RM.
1472 with it are deleted. Otherwise, only FILE itself is deleted using RM."
1609 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
1613 RM is the name of the program to use to delete files associated with each FILE
1614 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
1615 to RM.
1618 Otherwise, only FILE itself is deleted using RM."
2070 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
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
2511 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
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\"
6427 func_show_eval "${RM}r \$removelist"
6539 $opt_dry_run || $RM conftest.c
6543 $opt_dry_run || $RM conftest
6591 $opt_dry_run || $RM conftest
7005 $opt_dry_run || $RM $export_symbols
7093 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
7201 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
7219 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
7230 $opt_dry_run || $RM $export_symbols
7236 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
7257 $RM "${realname}T" && \
7323 eval cmds=\"\$cmds~\$RM $delfiles\"
7350 $RM "${realname}T" && \
7361 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
7365 func_show_eval '${RM}r "$gentop"'
7375 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
7425 $opt_dry_run || $RM $obj $libobj
7460 func_show_eval '${RM}r "$gentop"'
7468 func_show_eval '${RM}r "$gentop"'
7486 func_show_eval '${RM}r "$gentop"'
7707 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
7747 $opt_dry_run || $RM $output
7779 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
7837 $RM $cwrappersource $cwrapper
7838 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
7853 $RM $func_ltwrapper_scriptname_result
7854 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
7865 $RM $output
7866 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
8021 func_show_eval "${RM}r$generated"
8126 $RM $output
8183 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
8197 RM="$nonopt"
8209 -f) RM="$RM $arg"; rmforce=yes ;;
8210 -*) RM="$RM $arg" ;;
8215 test -z "$RM" && \
8216 func_fatal_help "you must specify an RM program"
8352 func_show_eval "$RM $rmfiles" 'exit_status=1'