gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-49-g7eb76b3
Date: Sun, 13 Feb 2011 14:47:18 +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 "Gnash".

The branch, master has been updated
       via  7eb76b3b477a56e00d59174d44a73c7cf3abc065 (commit)
      from  e4afdfd103dc54ea8bb0d86ff2107e57c35f8e3c (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=7eb76b3b477a56e00d59174d44a73c7cf3abc065


commit 7eb76b3b477a56e00d59174d44a73c7cf3abc065
Author: Gabriele Giacone <address@hidden>
Date:   Sun Feb 13 15:29:18 2011 +0100

    Could anyone accidentally remove revno.h? Fix #32453

diff --git a/Makefile.am b/Makefile.am
index 9a57cb0..d3037a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,7 @@ BUILT_SOURCES = revno.h .configline
 # only want to regenerate this file if that file changes, so we have to
 # do the dependency check ourselves.
 revno.h:
-       @if test \! -e .lastmod; then \
+       @if test \! -f .lastmod -o \! -f revno.h ; then \
          touch -t 197001010000 .lastmod; \
        fi; \
        if test -d $(top_srcdir)/.git -a x"${GIT}" != x; then \

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

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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