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. d19817edf130b13aed85


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. d19817edf130b13aed856618bfb0c6035c9d6e26
Date: Sat, 18 Dec 2010 20: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 "Gnash".

The branch, master has been updated
       via  d19817edf130b13aed856618bfb0c6035c9d6e26 (commit)
       via  6852803ba5ff18d3efce77df28f7b55fb54a601d (commit)
      from  50aa8fe28ab6b68de6d8d61ca7cfd3ea2afe1fea (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=d19817edf130b13aed856618bfb0c6035c9d6e26


commit d19817edf130b13aed856618bfb0c6035c9d6e26
Merge: 6852803 50aa8fe
Author: Rob Savoye <address@hidden>
Date:   Sat Dec 18 13:16:06 2010 -0700

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


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


commit 6852803ba5ff18d3efce77df28f7b55fb54a601d
Author: Gabriele Giacone <address@hidden>
Date:   Sat Dec 18 21:10:37 2010 +0100

    Replace another gnumake idiom

diff --git a/testsuite/samples/Makefile.am b/testsuite/samples/Makefile.am
index 817b033..0b0caf7 100644
--- a/testsuite/samples/Makefile.am
+++ b/testsuite/samples/Makefile.am
@@ -100,7 +100,7 @@ gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
        $(NULL)
 
 GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf
-       sh $< $(top_builddir) $(srcdir)/GotoAndPlayTest.swf > $@
+       sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
$(srcdir)/GotoAndPlayTest.swf > $@
        chmod 755 $@
 
 clean-local: 

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

Summary of changes:
 testsuite/samples/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]