automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-194-g732cae8
Date: Wed, 08 Oct 2008 05:51:27 +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=732cae8fd05bdaae5a1b7fb30cbb5d2dde8e6b84

The branch, master has been updated
       via  732cae8fd05bdaae5a1b7fb30cbb5d2dde8e6b84 (commit)
      from  2e31cbb77129bae520f0a18a59a72229cd9c7bf6 (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 732cae8fd05bdaae5a1b7fb30cbb5d2dde8e6b84
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 3bdaa6e..a5b808d 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 0b7c43e..aa50f5d 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
@@ -83,6 +84,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]