gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash testsuite/misc-swfc.all/Makefile.am Chang...


From: Rob Savoye
Subject: [Gnash-commit] gnash testsuite/misc-swfc.all/Makefile.am Chang...
Date: Wed, 26 Dec 2007 23:46:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/12/26 23:46:00

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

Log message:
                * testsuite/misc-swfc.all/Makefile.am: Use SUFFIXES so the
                translation rule works. Use $(SANE_SCTESTS_OUT) instead of the
                bogus *.swf.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/Makefile.am?cvsroot=gnash&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5264&r2=1.5265

Patches:
Index: testsuite/misc-swfc.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- testsuite/misc-swfc.all/Makefile.am 12 Dec 2007 03:51:16 -0000      1.24
+++ testsuite/misc-swfc.all/Makefile.am 26 Dec 2007 23:46:00 -0000      1.25
@@ -78,8 +78,9 @@
        sh $< -C __END_OF_TEST__ -f 50 -r 50 $(top_builddir) 
$(BOGO_SCTESTS_OUT) > $@
        chmod 755 $@
 
-*.swf: Dejagnu.sc check.sc
+$(SANE_SCTESTS_OUT): Dejagnu.sc check.sc
 
+SUFFIXES = .sc .swf
 .sc.swf:
        $(SWFC_CPP) $< > $(@:%.swf=pp_%.sc) 
        $(SWFC) $(SWFC_FLAGS) -o $@ $(@:%.swf=pp_%.sc)

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5264
retrieving revision 1.5265
diff -u -b -r1.5264 -r1.5265
--- ChangeLog   26 Dec 2007 20:30:13 -0000      1.5264
+++ ChangeLog   26 Dec 2007 23:46:00 -0000      1.5265
@@ -1,3 +1,9 @@
+2007-12-26  Rob Savoye  <address@hidden>
+
+       * testsuite/misc-swfc.all/Makefile.am: Use SUFFIXES so the
+       translation rule works. Use $(SANE_SCTESTS_OUT) instead of the
+       bogus *.swf.
+
 2007-12-26 Sandro Santilli <address@hidden>
 
        * server/asobj/NetConnection.cpp: implement NetConnection.isConnected
@@ -45,7 +51,7 @@
        and Local Connections. Make extractNumber() return a uint32_t
        intead of just an int as we keep overflowing strtol().
        * server/asobj/SharedObject.cpp: Use new security options for
-       files.
+       files. Return null for strings instead of undefined.
 
 2007-12-25 Sandro Santilli <address@hidden>
 




reply via email to

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