From: Gary V. Vaughan Date: Fri, 3 Jan 2014 02:55:30 +0000 (+1300) Subject: bootstrap: force remove file droppings from previous run. X-Git-Tag: v2.4.3~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b42d44b157e59c1a46ca022ce2a8c402ec790026;p=thirdparty%2Flibtool.git bootstrap: force remove file droppings from previous run. Now that we generate bootstrap.new with no write permission, we have to force remove it before writing now content to the file. * bootstrap.in (require_bootstrap_uptodate): Remove old bootstrap.new output. * bootstrap: Regenerate. Signed-off-by: Gary V. Vaughan --- diff --git a/bootstrap b/bootstrap index f6ea4da3d..2fbd533b8 100755 --- a/bootstrap +++ b/bootstrap @@ -3317,6 +3317,7 @@ Please add bootstrap to your gnulib_modules list in 'bootstrap.conf', so that I can tell you when there are updates available." else + rm -f bootstrap.new $build_aux/inline-source $build_aux/bootstrap.in > bootstrap.new if func_cmp_s "$progpath" bootstrap.new; then diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in index 9591384d9..8d1b9cef2 100755 --- a/gl/build-aux/bootstrap.in +++ b/gl/build-aux/bootstrap.in @@ -983,6 +983,7 @@ Please add bootstrap to your gnulib_modules list in 'bootstrap.conf', so that I can tell you when there are updates available." else + rm -f bootstrap.new $build_aux/inline-source $build_aux/bootstrap.in > bootstrap.new if func_cmp_s "$progpath" bootstrap.new; then