CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/18 18:18:13
Modified files: . : ChangeLog cygnal/testsuite/cygnal.all: Makefile.am testsuite/misc-mtasc.all: Makefile.am Log message: * cygnal/testsuite/cygnal.all/Makefile.am: don't build http.o and crc.o in source dir; clean all generated files. * testsuite/misc-mtasc.all/Makefile.am: clean generated files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5432&r2=1.5433 http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/testsuite/cygnal.all/Makefile.am?cvsroot=gnash&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/Makefile.am?cvsroot=gnash&r1=1.24&r2=1.25 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5432 retrieving revision 1.5433 diff -u -b -r1.5432 -r1.5433 --- ChangeLog 18 Jan 2008 17:48:24 -0000 1.5432 +++ ChangeLog 18 Jan 2008 18:18:12 -0000 1.5433 @@ -1,3 +1,9 @@ +2008-01-18 Sandro Santilli <[EMAIL PROTECTED]> + + * cygnal/testsuite/cygnal.all/Makefile.am: don't build http.o + and crc.o in source dir; clean all generated files. + * testsuite/misc-mtasc.all/Makefile.am: clean generated files. + 2008-01-18 Benjamin Wolsey <[EMAIL PROTECTED]> * server/asobj/xml.h, libgeometry/{Range,Point}2d.h, Index: cygnal/testsuite/cygnal.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/cygnal/testsuite/cygnal.all/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- cygnal/testsuite/cygnal.all/Makefile.am 18 Dec 2007 01:55:17 -0000 1.3 +++ cygnal/testsuite/cygnal.all/Makefile.am 18 Jan 2008 18:18:12 -0000 1.4 @@ -42,12 +42,12 @@ check_PROGRAMS = test_http test_crc -test_http_SOURCES = test_http.cpp ../../http.o -test_http_LDADD = $(AM_LDFLAGS) ../../http.o +test_http_SOURCES = test_http.cpp $(top_srcdir)/cygnal/http.cpp +test_http_LDADD = $(AM_LDFLAGS) test_http_DEPENDENCIES = site-update -test_crc_SOURCES = test_crc.cpp ../../crc.o -test_crc_LDADD = $(AM_LDFLAGS) ../../crc.o +test_crc_SOURCES = test_crc.cpp $(top_srcdir)/cygnal/crc.cpp +test_crc_LDADD = $(AM_LDFLAGS) test_crc_DEPENDENCIES = site-update @@ -58,6 +58,10 @@ TEST_DRIVERS = ../simple.exp +CLEANFILES = \ + site.exp.bak \ + testrun.* + check-DEJAGNU: site-update @runtest=$(RUNTEST); \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ Index: testsuite/misc-mtasc.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/Makefile.am,v retrieving revision 1.24 retrieving revision 1.25 diff -u -b -r1.24 -r1.25 --- testsuite/misc-mtasc.all/Makefile.am 8 Jan 2008 16:36:55 -0000 1.24 +++ testsuite/misc-mtasc.all/Makefile.am 18 Jan 2008 18:18:12 -0000 1.25 @@ -82,7 +82,7 @@ CLEANFILES = \ gnash-dbg.log \ site.exp.bak \ - alltests-runner \ + *-runner \ testrun.* \ *.swf \ *.pp \ _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit