gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/libamf.all/Makefile.a...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/libamf.all/Makefile.a...
Date: Mon, 30 Apr 2007 19:53:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/30 19:53:31

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

Log message:
                * testsuite/libamf.all/Makefile.am: proper clean rule.
                * testsuite/misc-ming.all/Makefile.am: proper clean rule.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3050&r2=1.3051
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.101&r2=1.102

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3050
retrieving revision 1.3051
diff -u -b -r1.3050 -r1.3051
--- ChangeLog   30 Apr 2007 19:21:14 -0000      1.3050
+++ ChangeLog   30 Apr 2007 19:53:31 -0000      1.3051
@@ -1,5 +1,7 @@
 2007-04-30 Sandro Santilli <address@hidden>
 
+       * testsuite/libamf.all/Makefile.am: proper clean rule.
+       * testsuite/misc-ming.all/Makefile.am: proper clean rule.
        * doc/C/Makefile.am: distribute actionscript.xml and related
          files.
 

Index: testsuite/libamf.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/libamf.all/Makefile.am    16 Mar 2007 19:35:12 -0000      1.2
+++ testsuite/libamf.all/Makefile.am    30 Apr 2007 19:53:31 -0000      1.3
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.2 2007/03/16 19:35:12 rsavoye Exp $
+# $Id: Makefile.am,v 1.3 2007/04/30 19:53:31 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -61,8 +61,8 @@
        @echo "Rebuilding with GCC Mudflap support"
        $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
 
-clean-hook:
-       -rm -f core.*
+clean-local:
+       -rm -f core.* site.exp.bak testrun.sum testrun.log
 
 TEST_DRIVERS = ../simple.exp
 

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- testsuite/misc-ming.all/Makefile.am 30 Apr 2007 09:38:45 -0000      1.101
+++ testsuite/misc-ming.all/Makefile.am 30 Apr 2007 19:53:31 -0000      1.102
@@ -1026,7 +1026,7 @@
        ./Dejagnu $(top_srcdir)/testsuite/media
 
 clean-local: 
-       -rm *.swf media
+       -rm *.swf media *.pp *unner
 
 TEST_DRIVERS = ../simple.exp
 TEST_CASES = \




reply via email to

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