gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] [patch] Get rid of make file warnings in fileio/Makefile.am


From: Petter Reinholdtsen
Subject: [Gnash-dev] [patch] Get rid of make file warnings in fileio/Makefile.am
Date: Sun, 12 Dec 2010 23:42:11 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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,

Happy hacking,
-- 
Petter Reinholdtsen



reply via email to

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