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


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1226-g3dea070
Date: Tue, 01 Nov 2011 11:19:26 +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  3dea0709b06a82ad8085d04daf86c9beff93d742 (commit)
      from  12e801f6b8d0b36fe600a2f13c110729403f5d64 (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=3dea0709b06a82ad8085d04daf86c9beff93d742


commit 3dea0709b06a82ad8085d04daf86c9beff93d742
Author: Gabriele Giacone <address@hidden>
Date:   Tue Nov 1 05:19:17 2011 +0100

    If revno.h already exists and we're not in git, don't regenerate. If 
included
    in Debian tarball, it won't be overwritten by rebuild.

diff --git a/Makefile.am b/Makefile.am
index f0a80e7..86825d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,13 +146,15 @@ revno.h:
             nick="`cd $(top_srcdir) ; $(GIT) branch | grep '^\*' | cut -d ' ' 
-f 2`"; \
          fi \
         else \
-          revno="$(NOW)"; \
-          comm_id="none"; \
-          nick="$(VERSION)"; \
+          if test \! -f revno.h; then \
+            revno="$(NOW)"; \
+            comm_id="none"; \
+            nick="$(VERSION)"; \
+          fi; \
         fi; \
        if test \! -z "$${revno}"; then \
           echo "Generating revno.h ($${nick} $${revno} $${comm_id})"; \
-          echo "#define BRANCH_REVNO  \"$${revno}\"" > revno.h; \
+          echo "#define BRANCH_REVNO \"$${revno}\"" > revno.h; \
           echo "#define BRANCH_NICK \"$${nick}\"" >> revno.h; \
           echo "#define COMMIT_ID \"$${comm_id}\"" >> revno.h; \
           touch .lastmod; \

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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