automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, master, updated. Release-1-10-100-g6693141


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-100-g6693141
Date: Tue, 08 Jan 2008 20:47:43 +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=66931411d01121e7edd5430e7826597473f744ee

The branch, master has been updated
       via  66931411d01121e7edd5430e7826597473f744ee (commit)
      from  b2d9426f95dfa5d8e2b3af21f899f3fe8e25187b (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 66931411d01121e7edd5430e7826597473f744ee
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 |   15 +++++++++++----
 THANKS      |    1 +
 4 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8835cfd..766941a 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 97504b8..0e787a8 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
@@ -99,6 +99,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 2a9ac42..24e5abc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -464,6 +464,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 \
@@ -670,10 +673,10 @@ 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-lzma 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 \
+       dist-hook dist-lzma 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 \
        install-data-am install-dvi install-dvi-am install-exec \
        install-exec-am install-exec-hook install-html install-html-am \
        install-info install-info-am install-man install-pdf \
@@ -715,6 +718,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 eee4eda..6aa4057 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]