From: Akim Demaille Date: Tue, 23 Apr 2002 08:33:24 +0000 (+0000) Subject: Use rm/mv -f. X-Git-Tag: BISON-1_49a~20 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8e521837dc2065ec8960cefff6c1cbb5c33498dc?hp=08e49d20f0e9b356ab080d84577d9640e64bfd17 Use rm/mv -f. Suggested by Paul Eggert. --- diff --git a/bootstrap b/bootstrap index e6c3831d..48b2b36b 100755 --- a/bootstrap +++ b/bootstrap @@ -5,10 +5,10 @@ echo "Bootstrapping CVS Bison..." autoreconf --force --install --verbose # Because of Gettext -mv m4/Makefile.am~ m4/Makefile.am -mv Makefile.am~ Makefile.am -mv configure.in~ configure.in +mv -f m4/Makefile.am~ m4/Makefile.am +mv -f Makefile.am~ Makefile.am +mv -f configure.in~ configure.in touch m4/Makefile.am Makefile.am configure.in -rm po/Makevars.template +rm -f po/Makevars.template autoreconf --verbose