summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-01-03 15:55:30 +1300
committerGary V. Vaughan <gary@gnu.org>2014-01-03 15:55:30 +1300
commitb42d44b157e59c1a46ca022ce2a8c402ec790026 (patch)
tree02109e118c69f3eaef249faf99f5d0bef27e9537 /bootstrap
parente0bb18f4ef8b4ed6ff4453795c96436a68f80501 (diff)
downloadlibtool-b42d44b157e59c1a46ca022ce2a8c402ec790026.tar.gz
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 <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index f6ea4da3..2fbd533b 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