Home | History | Annotate | Download | only in build-aux

Lines Matching refs:RM

259     rm -f conftest.in conftest.tmp conftest.nl conftest.out
263 rm -f conftest.sed
295 rm -f conftest.in conftest.tmp conftest.nl conftest.out
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"
4339 # so we also need to try rm && ln -s.
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"'
5099 'stat=$?; rm -f "$lockfile"; exit $stat'
5101 $opt_dry_run || rm -f "$lockfile"
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\"
9058 func_show_eval "${RM}r \$removelist"
9171 $opt_dry_run || $RM conftest.c
9175 $opt_dry_run || $RM conftest
9223 $opt_dry_run || $RM conftest
9652 $opt_dry_run || $RM $export_symbols
9772 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
9888 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
9907 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9918 $opt_dry_run || $RM $export_symbols
9924 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
9945 $RM "${realname}T" && \
10011 eval cmds=\"\$cmds~\$RM $delfiles\"
10039 $RM "${realname}T" && \
10050 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
10054 func_show_eval '${RM}r "$gentop"'
10064 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
10114 $opt_dry_run || $RM $obj $libobj
10154 func_show_eval '${RM}r "$gentop"'
10162 func_show_eval '${RM}r "$gentop"'
10180 func_show_eval '${RM}r "$gentop"'
10403 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
10443 $opt_dry_run || $RM $output
10483 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
10536 $RM $cwrappersource $cwrapper
10537 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
10552 $RM $func_ltwrapper_scriptname_result
10553 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
10564 $RM $output
10565 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
10734 func_show_eval "${RM}r$generated"
10850 $RM $output
10924 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
10940 RM=$nonopt
10952 -f) func_append RM " $arg"; rmforce=: ;;
10953 -*) func_append RM " $arg" ;;
10958 test -z "$RM" && \
10959 func_fatal_help "you must specify an RM program"
10983 # Don't error if the file doesn't exist and rm -f was used.
11091 func_show_eval "$RM $rmfiles" 'exit_status=1'