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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2151-g63662de
Date: Thu, 11 Sep 2014 14:11:17 +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  63662de346ca79d13d60e6d567332307ba8a99bc (commit)
      from  69ee6d737f663227a9bee79bc84a60525c80d7a2 (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=63662de346ca79d13d60e6d567332307ba8a99bc


commit 63662de346ca79d13d60e6d567332307ba8a99bc
Author: Sandro Santilli <address@hidden>
Date:   Fri Jun 27 22:38:26 2014 +0200

    Fix deprecated feature: target 'Dejagnu.swf' overrides 
'Dejagnu.swf$(EXEEXT)'
    
    Reported as deprecated by automake (GNU automake) 1.13.3
    
    Indeed Dejagnu.swf is not technically a "program", so doesn't belong
    in the check_PROGRAMS set

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index dd7e72e..bc1c6f9 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -119,7 +119,6 @@ check_PROGRAMS = \
        DefineEditTextVariableNameTest-Runner \
        DefineEditTextVariableNameTest2 \
        Dejagnu \
-       Dejagnu.swf \
        RemoveObject2Test \
        RollOverOutTest \
        RollOverOutTest-Runner \
diff --git a/testsuite/network.all/Makefile.am 
b/testsuite/network.all/Makefile.am
index e117f74..20ebea6 100644
--- a/testsuite/network.all/Makefile.am
+++ b/testsuite/network.all/Makefile.am
@@ -68,7 +68,6 @@ TEST_SSH = test_ssh
 endif
 check_PROGRAMS = \
        Dejagnu \
-       Dejagnu.swf \
        $(TEST_SSL) \
        $(TEST_SSH) \
        $(NULL)

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

Summary of changes:
 testsuite/misc-ming.all/Makefile.am |    1 -
 testsuite/network.all/Makefile.am   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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