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. 8dc2be47e384901b451b


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8dc2be47e384901b451b66592b5e86915ae8f677
Date: Mon, 13 Dec 2010 08:13:06 +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  8dc2be47e384901b451b66592b5e86915ae8f677 (commit)
      from  a1d49750f0221323b6304d146286c7c4d84d549d (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=8dc2be47e384901b451b66592b5e86915ae8f677


commit 8dc2be47e384901b451b66592b5e86915ae8f677
Author: Petter Reinholdtsen <address@hidden>
Date:   Sun Dec 12 23:42:11 2010 +0100

    Get rid of make file warnings in fileio/Makefile.am
    
    Two new warnings were introduced into git recently:
    
      Makefile:948: warning: overriding commands for target `test'
      Makefile:941: warning: ignoring old commands for target `test'
    
    This patch get rid of them, by removing one of the two identical test
    targets in Makefile.am:

diff --git a/extensions/fileio/Makefile.am b/extensions/fileio/Makefile.am
index 247799f..d1f7ca5 100644
--- a/extensions/fileio/Makefile.am
+++ b/extensions/fileio/Makefile.am
@@ -77,10 +77,6 @@ test: $(srcdir)/../../testsuite/generic-testrunner.sh 
test.swf
 uninstall-local:
        $(RM) $(DESTDIR)$(pluginsdir)/fileio.so
 
-test: $(srcdir)/../../testsuite/generic-testrunner.sh test.swf
-       GNASH_PLUGINS=$(PWD)/.libs GNASHRC=$(srcdir)/../gnashrc sh $< 
$(top_builddir) test.swf > $@
-       chmod +x $@
-
 # Wrap a single .as tests in dejagnu_so importer.
 # At play time, if the relative url '../ming-misc.all/Dejagnu.swf' 
 # takes to the Dejagnu.swf shared library we'll get visual traces,

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

Summary of changes:
 extensions/fileio/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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