gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/Makefil...
Date: Tue, 29 Jan 2008 22:25:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/29 22:25:50

Modified files:
        .              : ChangeLog 
        testsuite/misc-swfc.all: Makefile.am 

Log message:
        don't attempt to build the button test runner if you can't build the
        actual swf (missing SWFC).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5520&r2=1.5521
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/Makefile.am?cvsroot=gnash&r1=1.29&r2=1.30

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5520
retrieving revision 1.5521
diff -u -b -r1.5520 -r1.5521
--- ChangeLog   29 Jan 2008 22:14:12 -0000      1.5520
+++ ChangeLog   29 Jan 2008 22:25:50 -0000      1.5521
@@ -1,5 +1,8 @@
 2008-01-29 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-swfc.all/Makefile.am: don't attempt to
+         build the button test runner if you can't build the
+         actual swf (missing SWFC).
        * server/vm/ActionExec.cpp (call operator): interrupt
          execution if an opcode is advertised to cross the code
          segment boundaries. Fixes bug #22150.

Index: testsuite/misc-swfc.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- testsuite/misc-swfc.all/Makefile.am 21 Jan 2008 23:26:52 -0000      1.29
+++ testsuite/misc-swfc.all/Makefile.am 29 Jan 2008 22:25:50 -0000      1.30
@@ -48,10 +48,6 @@
        button_test1.sc \
        $(NULL)
 
-check_PROGRAMS = \
-       button_test1runner \
-       $(NULL)
-
 AM_CPPFLAGS = -I.. \
         -I$(top_srcdir)                \
         -I$(top_srcdir)/libbase \
@@ -82,6 +78,10 @@
 
 if ENABLE_SWFC
 
+check_PROGRAMS = \
+       button_test1runner \
+       $(NULL)
+
 abs_mediadir = `cd $(srcdir)/../media; pwd`
 
 #SWFC = swfc # this is set by ./configure




reply via email to

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