[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.13.1d-10
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.13.1d-106-g1021f5c |
Date: |
Thu, 09 May 2013 18:16: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=1021f5cf48784b6ed6b28834f14485b52b4c80e3
The branch, maint has been updated
via 1021f5cf48784b6ed6b28834f14485b52b4c80e3 (commit)
via 560702945f154bbaa595da3da88a9b6770b026d2 (commit)
via 25194b6274e0c336c40cd1903565cdc7afaabf7c (commit)
via d2ed35594beef64f55eb1680ee87d9f7997fb35c (commit)
from 1667d369091fe41d2bbdf645490a29d45142556f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
maintainer/maint.mk | 6 +++++-
t/lex-multiple.sh | 6 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 56c52be..ac29a72 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -290,7 +290,11 @@ announcement: NEWS
&& X \
&& X "-*-*-*-" \
&& X \
- && sed -n -e '/^~~~/q' -e p $(srcdir)/NEWS >> address@hidden \
+ && $(AWK) '\
+ ($$0 == "New in $(VERSION):") { wait_for_end=1; } \
+ (/^~~~/ && wait_for_end) { exit(0) } \
+ { print } \
+ ' <$(srcdir)/NEWS >> address@hidden \
&& mv -f address@hidden $@
.PHONY: announcement
CLEANFILES += announcement
diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh
index e1c71a1..7383eaf 100755
--- a/t/lex-multiple.sh
+++ b/t/lex-multiple.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 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
@@ -43,11 +43,11 @@ liblex_a_SOURCES = 0.l
# We need the output to always be named 'lex.yy.c', in order for
# ylwrap to pick it up.
-liblex_foo_a_LFLAGS = -Pfoo --outfile=lex.yy.c
+liblex_foo_a_LFLAGS = -Pfoo -olex.yy.c
liblex_foo_a_SOURCES = a.l
# Ditto.
-liblex_bar_a_LFLAGS = -Pbar_ --outfile=lex.yy.c
+liblex_bar_a_LFLAGS = -Pbar_ -olex.yy.c
liblex_bar_a_SOURCES = b.l
END
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.13.1d-106-g1021f5c,
Stefano Lattarini <=