Home | History | Annotate | Download | only in dist

Lines Matching refs: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."
2066 # so we also need to try rm && ln -s.
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\"
6430 func_show_eval "${RM}r \$removelist"
6542 $opt_dry_run || $RM conftest.c
6546 $opt_dry_run || $RM conftest
6594 $opt_dry_run || $RM conftest
7008 $opt_dry_run || $RM $export_symbols
7096 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
7204 eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
7222 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
7233 $opt_dry_run || $RM $export_symbols
7239 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
7260 $RM "${realname}T" && \
7326 eval cmds=\"\$cmds~\$RM $delfiles\"
7353 $RM "${realname}T" && \
7364 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
7368 func_show_eval '${RM}r "$gentop"'
7378 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
7428 $opt_dry_run || $RM $obj $libobj
7463 func_show_eval '${RM}r "$gentop"'
7471 func_show_eval '${RM}r "$gentop"'
7489 func_show_eval '${RM}r "$gentop"'
7710 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
7750 $opt_dry_run || $RM $output
7782 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
7840 $RM $cwrappersource $cwrapper
7841 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
7856 $RM $func_ltwrapper_scriptname_result
7857 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
7868 $RM $output
7869 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
8024 func_show_eval "${RM}r$generated"
8129 $RM $output
8186 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
8200 RM="$nonopt"
8212 -f) RM="$RM $arg"; rmforce=yes ;;
8213 -*) RM="$RM $arg" ;;
8218 test -z "$RM" && \
8219 func_fatal_help "you must specify an RM program"
8244 # Don't error if the file doesn't exist and rm -f was used.
8355 func_show_eval "$RM $rmfiles" 'exit_status=1'