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. 94d6d1d8d80b0e7aee1a


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 94d6d1d8d80b0e7aee1ab678c3959d13ef5ade79
Date: Sun, 12 Dec 2010 02:46:34 +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  94d6d1d8d80b0e7aee1ab678c3959d13ef5ade79 (commit)
       via  fa50b232c7616225a31eb7cb6c3861d2512d593e (commit)
      from  b7e116b2e5d7e7da2a9d830128417800d552bbd7 (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=94d6d1d8d80b0e7aee1ab678c3959d13ef5ade79


commit 94d6d1d8d80b0e7aee1ab678c3959d13ef5ade79
Merge: fa50b23 b7e116b
Author: Rob Savoye <address@hidden>
Date:   Sat Dec 11 19:46:08 2010 -0700

    Merge branch 'master' of git.sv.gnu.org:/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=fa50b232c7616225a31eb7cb6c3861d2512d593e


commit fa50b232c7616225a31eb7cb6c3861d2512d593e
Author: Gabriele Giacone <address@hidden>
Date:   Sun Dec 12 03:01:07 2010 +0100

    Add "make package" target

diff --git a/Makefile.am b/Makefile.am
index 5406d8e..48c17b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -505,3 +505,10 @@ fetch-swfdec:
        else \
            git clone $(SWFDEC_REPO) "$(SWFDEC_MOUNT)"; \
        fi 
+
+package:
+       @if test -f /etc/debian_version; then $(MAKE) deb; \
+         else if test -f /etc/redhat-release; then $(MAKE) rpm; \
+           else echo "Gnash will not be packaged for this platform"; \
+       fi;fi
+

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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