automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-10-gf


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-10-gfcf4d46
Date: Mon, 06 Apr 2009 20:05:39 +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=fcf4d469717950e843ee181a96977f5b0fb51c3e

The branch, next has been updated
       via  fcf4d469717950e843ee181a96977f5b0fb51c3e (commit)
      from  68b7dc1d9413d84179f879eb6720a585039eb8b3 (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 fcf4d469717950e843ee181a96977f5b0fb51c3e
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Apr 6 22:02:58 2009 +0200

    Remove superfluous line from recheck recheck-html.
    
    * lib/am/check.am (recheck recheck-html): Remove superfluous
    line, introduced bogusly in last commit.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                      |    6 ++++++
 lib/Automake/tests/Makefile.in |    1 -
 lib/am/check.am                |    1 -
 tests/Makefile.in              |    1 -
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0526ce5..18a1c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-06  Ralf Wildenhues  <address@hidden>
+
+       Remove superfluous line from recheck recheck-html.
+       * lib/am/check.am (recheck recheck-html): Remove superfluous
+       line, introduced bogusly in last commit.
+
 2009-04-06  Akim Demaille  <address@hidden>
            Ralf Wildenhues  <address@hidden>
 
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 5af0d0e..3ccb408 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -424,7 +424,6 @@ recheck recheck-html:
                    case $$line in FAIL*|XPASS*) echo $$f;; esac;       \
                  else echo $$f; fi;                                    \
                done | tr '\012\015' '  '`;                             \
-         args=TEST_LOGS=$$list;                                        \
          $(MAKE) $(AM_MAKEFLAGS) $$target TEST_LOGS="$$list";          \
        else                                                            \
          $(MAKE) $(AM_MAKEFLAGS) $$target;                             \
diff --git a/lib/am/check.am b/lib/am/check.am
index 67ed8cd..90cb033 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -292,7 +292,6 @@ recheck recheck-html:
                    case $$line in FAIL*|XPASS*) echo $$f;; esac;       \
                  else echo $$f; fi;                                    \
                done | tr '\012\015' '  '`;                             \
-         args=TEST_LOGS=$$list;                                        \
          $(MAKE) $(AM_MAKEFLAGS) $$target TEST_LOGS="$$list";          \
        else                                                            \
          $(MAKE) $(AM_MAKEFLAGS) $$target;                             \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index a903cd2..2df2a48 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1155,7 +1155,6 @@ recheck recheck-html:
                    case $$line in FAIL*|XPASS*) echo $$f;; esac;       \
                  else echo $$f; fi;                                    \
                done | tr '\012\015' '  '`;                             \
-         args=TEST_LOGS=$$list;                                        \
          $(MAKE) $(AM_MAKEFLAGS) $$target TEST_LOGS="$$list";          \
        else                                                            \
          $(MAKE) $(AM_MAKEFLAGS) $$target;                             \


hooks/post-receive
--
GNU Automake




reply via email to

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