automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-55-g1a8c85


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-55-g1a8c857
Date: Tue, 08 Jan 2008 20:47:42 +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=1a8c85729fdc1146f18a0c45d8530bee3020f962

The branch, branch-1-10 has been updated
       via  1a8c85729fdc1146f18a0c45d8530bee3020f962 (commit)
      from  edc2922bf8507868e7e867eab8a886ec932b6188 (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 1a8c85729fdc1146f18a0c45d8530bee3020f962
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jan 8 21:45:37 2008 +0100

    Ensure world-executable tests in the distribution.
    
    * Makefile.am (dist-hook): New, ensure world-executable tests.
    * THANKS: Update.
    Report by Arto C. Nirkko.

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

Summary of changes:
 ChangeLog   |    4 ++++
 Makefile.am |    6 +++++-
 Makefile.in |    9 ++++++++-
 THANKS      |    1 +
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c693fe7..bde4565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-08  Ralf Wildenhues  <address@hidden>
 
+       * Makefile.am (dist-hook): New, ensure world-executable tests.
+       * THANKS: Update.
+       Report by Arto C. Nirkko.
+
        * tests/acloca20.test: Use `--force' with the second $AUTOCONF,
        to force update on fast machines where both autoconf invocations
        happen within the same second.
diff --git a/Makefile.am b/Makefile.am
index bb069df..6a370cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
 ## Makefile for Automake.
 
 ## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-## 2005, 2006, 2007  Free Software Foundation, Inc.
+## 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -101,6 +101,10 @@ INSTALL: lib/INSTALL
 ## to anybody else
 ##
 
+# Ensure tests are world-executable
+dist-hook:
+       cd $(distdir)/tests && chmod a+rx *.test
+
 # Some simple checks, and then ordinary check.  These are only really
 # guaranteed to work on my machine.
 maintainer-check: automake aclocal
diff --git a/Makefile.in b/Makefile.in
index 6831e6e..e3ead86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -429,6 +429,9 @@ distdir: $(DISTFILES)
              || exit 1; \
          fi; \
        done
+       $(MAKE) $(AM_MAKEFLAGS) \
+         top_distdir="$(top_distdir)" distdir="$(distdir)" \
+         dist-hook
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
@@ -631,7 +634,7 @@ uninstall-am: uninstall-binSCRIPTS
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        all all-am am--refresh check check-am clean clean-generic \
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
-       dist-shar dist-tarZ dist-zip distcheck distclean \
+       dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
        distclean-generic distclean-tags distcleancheck distdir \
        distuninstallcheck dvi dvi-am html html-am info info-am \
        install install-am install-binSCRIPTS install-data \
@@ -676,6 +679,10 @@ INSTALL: lib/INSTALL
 
 ################################################################
 
+# Ensure tests are world-executable
+dist-hook:
+       cd $(distdir)/tests && chmod a+rx *.test
+
 # Some simple checks, and then ordinary check.  These are only really
 # guaranteed to work on my machine.
 maintainer-check: automake aclocal
diff --git a/THANKS b/THANKS
index 1453c3a..32ecb4c 100644
--- a/THANKS
+++ b/THANKS
@@ -24,6 +24,7 @@ Angus Leeming         address@hidden
 Anthony Green          address@hidden
 Arkadiusz Miskiewicz   address@hidden
 Art Haas               address@hidden
+Arto C. Nirkko         address@hidden
 Assar Westerlund       address@hidden
 Axel Belinfante                address@hidden
 Bas Wijnen             address@hidden


hooks/post-receive
--
GNU Automake




reply via email to

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