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-123-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-123-ga1d5239
Date: Mon, 01 Mar 2010 19:48:01 +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=a1d5239b5ea6856725e40d09a5599b1a38409dec

The branch, master has been updated
       via  a1d5239b5ea6856725e40d09a5599b1a38409dec (commit)
      from  4147afc1cfed700fbcbefb797ae98a7ee7e5602a (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 a1d5239b5ea6856725e40d09a5599b1a38409dec
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Mar 1 20:43:25 2010 +0100

    Fix cscope test on systems without working Fortran compiler.
    
    * tests/cscope.test: Skip remainder of test if `$MAKE all' fails.
    * THANKS: Update.
    Report by Peter Johansson.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    7 +++++++
 THANKS            |    1 +
 tests/cscope.test |    3 ++-
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5fbc889..795f839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-01  Ralf Wildenhues  <address@hidden>
+
+       Fix cscope test on systems without working Fortran compiler.
+       * tests/cscope.test: Skip remainder of test if `$MAKE all' fails.
+       * THANKS: Update.
+       Report by Peter Johansson.
+
 2010-02-24  Antonio Diaz Diaz  <address@hidden>  (tiny change)
            Ralf Wildenhues  <address@hidden>
 
diff --git a/THANKS b/THANKS
index 415956e..06c892c 100644
--- a/THANKS
+++ b/THANKS
@@ -268,6 +268,7 @@ Per Oyvind Hvidsten address@hidden
 Peter Breitenlohner    address@hidden
 Peter Eisentraut       address@hidden
 Peter Gavin            address@hidden
+Peter Johansson                address@hidden
 Peter Mattis           address@hidden
 Peter Muir             address@hidden
 Peter O'Gorman         address@hidden
diff --git a/tests/cscope.test b/tests/cscope.test
index 716cc38..e4a84a3 100755
--- a/tests/cscope.test
+++ b/tests/cscope.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2009  Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010  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,7 @@ test ! -f cscope.po.out
 $MAKE cscope 2>stderr
 cat stderr >&2
 grep 'cannot find file' stderr && Exit 1
+$MAKE || Exit 77
 $MAKE distclean
 
 cd ..


hooks/post-receive
-- 
GNU Automake




reply via email to

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