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.11-1832


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1832-g0eccd77
Date: Wed, 08 Feb 2012 14:06:11 +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=0eccd77f93de84c56f5045f8cc5a4fa74c55afe9

The branch, master has been updated
       via  0eccd77f93de84c56f5045f8cc5a4fa74c55afe9 (commit)
      from  887ededc571638e14143b478d6683f6ce4e68e29 (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 0eccd77f93de84c56f5045f8cc5a4fa74c55afe9
Author: Stefano Lattarini <address@hidden>
Date:   Wed Feb 8 14:29:01 2012 +0100

    depcomp tests: avoid spurious failures with 'dashXmstdout' depmode
    
    * tests/gen-testsuite-part: The 'dashXmstdout' depmode cannot be
    truly forced on gcc (like we were trying to do, causing spurious
    failures in the process); so don't do that.  This change shouldn't
    actually reduce coverage anyway, since, as the comments in
    'lib/depcomp' say, the 'dashXmstdout' depmode is just like
    the 'dashmstdout' one, only with a different argument for the
    compiler.

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

Summary of changes:
 tests/gen-testsuite-part |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/gen-testsuite-part b/tests/gen-testsuite-part
index ad00657..195d6f5 100755
--- a/tests/gen-testsuite-part
+++ b/tests/gen-testsuite-part
@@ -3,7 +3,7 @@
 # of the Automake testsuite.  Also, automatically generate some more
 # tests from them (for particular cases/setups only).
 
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011, 2012 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
@@ -327,7 +327,6 @@ my %depmodes =
     disabled     => ["cc"],
     makedepend   => ["cc", "makedepend"],
     dashmstdout  => ["gcc"],
-    dashXmstdout => ["gcc"],
     cpp          => ["gcc"],
 # This is for older (pre-3.x) GCC versions.  Newer versions
 # have depmode "gcc3".


hooks/post-receive
-- 
GNU Automake



reply via email to

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