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. v1.11b-19-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-19-g44cae26
Date: Fri, 13 Apr 2012 09:11:49 +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=44cae2629df00c7f66138956f8073260f19df051

The branch, master has been updated
       via  44cae2629df00c7f66138956f8073260f19df051 (commit)
       via  4cc65f752dbf9500bf367db1c19378641a91b5e5 (commit)
      from  da0f9ab4e4b15e9d5ff6f7474ab2c0ea8007f03d (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 44cae2629df00c7f66138956f8073260f19df051
Author: Stefano Lattarini <address@hidden>
Date:   Fri Apr 13 11:11:03 2012 +0200

    test defs: more environment cleanups
    
    * defs (SH_LOG_COMPILER, SH_LOG_COMPILE, SH_LOG_FLAGS,
    AM_SH_LOG_FLAGS, SH_LOG_DRIVER, SH_LOG_DRIVER_FLAGS,
    AM_SH_LOG_DRIVER_FLAGS): Unset these variable to avoid
    potential interferences from the environment.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

commit 4cc65f752dbf9500bf367db1c19378641a91b5e5
Author: Stefano Lattarini <address@hidden>
Date:   Fri Apr 13 10:07:54 2012 +0200

    test defs: unset 'AM_UPDATE_INFO_DIR' environment variable
    
    * defs (AM_UPDATE_INFO_DIR): Unset, to be sure to avoid unduly
    interferences from the environment.  See also automake bug#11204.
    * THANKS: Add entry for David Fang.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 THANKS |    1 +
 defs   |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/THANKS b/THANKS
index 4deb265..e2b65b2 100644
--- a/THANKS
+++ b/THANKS
@@ -79,6 +79,7 @@ Dave Morrison         address@hidden
 David A. Swierczek     address@hidden
 David A. Wheeler       address@hidden
 David Byron            address@hidden
+David Fang             address@hidden
 Davyd Madeley          address@hidden
 David Pashley          address@hidden
 David Zaroski          address@hidden
diff --git a/defs b/defs
index efa578d..7e9a554 100644
--- a/defs
+++ b/defs
@@ -152,6 +152,8 @@ unset htmldir includedir infodir libdir libexecdir 
localedir mandir
 unset oldincludedir pdfdir psdir sbindir sharedstatedir sysconfdir
 # Unset variables that might change the "make distcheck" behaviour.
 unset DISTCHECK_CONFIGURE_FLAGS AM_DISTCHECK_CONFIGURE_FLAGS
+# Used by install rules for info files.
+unset AM_UPDATE_INFO_DIR
 # The tests call "make -e" but we do not want $srcdir from the environment
 # to override the definition from the Makefile.
 unset srcdir
@@ -168,7 +170,7 @@ unset TEST_LOGS
 unset TEST_SUITE_LOG
 unset RECHECK_LOGS
 unset VERBOSE
-for pfx in TEST_ TAP_ ''; do
+for pfx in TEST_ SH_ TAP_ ''; do
   unset ${pfx}LOG_COMPILER
   unset ${pfx}LOG_COMPILE # Not a typo!
   unset ${pfx}LOG_FLAGS


hooks/post-receive
-- 
GNU Automake



reply via email to

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