gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...
Date: Thu, 19 Oct 2006 14:23:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/19 14:23:55

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Makefile.am 

Log message:
        * testsuite/actionscript.all/Makefile.am: add with.as to GENERATED 
variable, and a comment about why we need that.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1316&r2=1.1317
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.37&r2=1.38

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1316
retrieving revision 1.1317
diff -u -b -r1.1316 -r1.1317
--- ChangeLog   19 Oct 2006 14:21:27 -0000      1.1316
+++ ChangeLog   19 Oct 2006 14:23:55 -0000      1.1317
@@ -1,5 +1,7 @@
 2006-10-19 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Makefile.am: add with.as to
+         GENERATED variable, and a comment about why we need that.
        * testsuite/actionscript.all/with.as: deeply test just the
          'with' action.
        * server/swf/ASHandlers.cpp (ActionSetVariable, ActionGetVariable):

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- testsuite/actionscript.all/Makefile.am      15 Oct 2006 15:57:42 -0000      
1.37
+++ testsuite/actionscript.all/Makefile.am      19 Oct 2006 14:23:55 -0000      
1.38
@@ -35,7 +35,7 @@
 # also makes it possible to release a modified version which carries
 # forward this exception.
 
-# $Id: Makefile.am,v 1.37 2006/10/15 15:57:42 rsavoye Exp $
+# $Id: Makefile.am,v 1.38 2006/10/19 14:23:55 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -59,6 +59,9 @@
 
 # @@ Is this still needed ?
 # @@ Should we add all generated files ?
+#
+# @@@ YES, we use this in the online-tests rule !
+# @@@ --strk Tue Oct 17 18:49:30 CEST 2006
 ## 
 GENERATED =                    \
        array.swf               \
@@ -92,6 +95,7 @@
        XML.swf                 \
        XMLNode.swf                     \
        Function.swf            \
+       with.swf                \
        inheritance.swf
 
 EXTRA_DIST = $(GENERATED:.swf=.as) \




reply via email to

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