[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-290-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-290-g80fdae8 |
Date: |
Sun, 16 Jan 2011 19:36:23 +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=80fdae8e515f85b1000bea1ee1823d88d392f659
The branch, maint has been updated
via 80fdae8e515f85b1000bea1ee1823d88d392f659 (commit)
from 080efc945a834569156c2fc11e7623853e1bdd04 (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 80fdae8e515f85b1000bea1ee1823d88d392f659
Author: Stefano Lattarini <address@hidden>
Date: Sun Jan 16 19:23:12 2011 +0100
tests: remove useless requirements from cond36.test
* tests/cond36.test ($required): Remove.
Since we are at it, add a trailing `:' command.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/cond36.test | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cbc0415..0fe17ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-16 Stefano Lattarini <address@hidden>
+
+ tests: remove useless requirements from cond36.test
+ * tests/cond36.test ($required): Remove.
+ Since we are at it, add a trailing `:' command.
+
2011-01-16 Ralf Wildenhues <address@hidden>
Stefano Lattarini <address@hidden>
diff --git a/tests/cond36.test b/tests/cond36.test
index f6c97db..6826cd5 100755
--- a/tests/cond36.test
+++ b/tests/cond36.test
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011 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
@@ -16,7 +16,6 @@
# Check rules output for parser defined conditionally.
-required='flex bison gcc'
. ./defs || Exit 1
set -e
@@ -59,3 +58,5 @@ $AUTOMAKE -Wno-error
test `grep tparse.h: Makefile.in | wc -l` = 2
grep '@address@hidden:' Makefile.in
grep '@address@hidden:' Makefile.in
+
+:
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-290-g80fdae8,
Stefano Lattarini <=