automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-39-g55d034e
Date: Wed, 08 Oct 2008 05:51:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=55d034e07bd98781d146a227829939be57956143

The branch, branch-1-10 has been updated
       via  55d034e07bd98781d146a227829939be57956143 (commit)
      from  4ef867ba48c74023884db11d5e38e77602527b75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55d034e07bd98781d146a227829939be57956143
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Oct 8 07:49:18 2008 +0200

    Fix bootstrap to remove read-only directories right.
    
    * bootstrap: Remove automake-$APIVERSION correctly.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    5 +++++
 bootstrap |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 324a6b9..2c9af92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-08  Ralf Wildenhues  <address@hidden>
+
+       Fix bootstrap to remove read-only directories right.
+       * bootstrap: Remove automake-$APIVERSION correctly.
+
 2008-10-06  Ralf Wildenhues  <address@hidden>
 
        Improve test coverage of current TESTS semantics.
diff --git a/bootstrap b/bootstrap
index 0163fc0..24b0d91 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,8 @@
 
 # This script helps bootstrap automake, when checked out from git.
 #
-# Copyright (C) 2002, 2003, 2004, 2007  Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2007, 2008  Free Software Foundation,
+# Inc.
 # written by Pavel Roskin <address@hidden> September 2002
 #
 # This program is free software; you can redistribute it and/or modify
@@ -84,6 +85,9 @@ fi
 # Make a dummy versioned directory for aclocal
 rm -rf aclocal-$APIVERSION
 mkdir aclocal-$APIVERSION
+if test -d automake-$APIVERSION; then
+       find automake-$APIVERSION -exec chmod u+wx '{}' ';'
+fi
 rm -rf automake-$APIVERSION
 # Can't use `ln -s lib automake-$APIVERSION',
 # that would create a lib.exe stub under DJGPP 2.03.


hooks/post-receive
--
GNU Automake




reply via email to

[Prev in Thread] Current Thread [Next in Thread]