mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Use rm/mv -f.
Suggested by Paul Eggert.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user