gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite misc-ming.all/Makefile.am misc-...
Date: Sun, 15 Jul 2007 20:24:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/07/15 20:24:39

Modified files:
        testsuite/misc-ming.all: Makefile.am 
        testsuite/misc-swfmill.all: Makefile.am 
        testsuite/swfdec: Makefile.am 

Log message:
                * testsuite/misc-ming.all/Makefile.am: Add -Wno-portability to
                AUTOMAKE_OPTIONS to stop complaints we don't care about.
                * testsuite/misc-swfmill.all/Makefile.am: Add -Wno-portability 
to
                AUTOMAKE_OPTIONS to stop complaints we don't care about.
                * testsuite/swfdec/Makefile.am: Add -Wno-portability to
                AUTOMAKE_OPTIONS to stop complaints we don't care about.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfmill.all/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/swfdec/Makefile.am?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- misc-ming.all/Makefile.am   13 Jul 2007 02:50:11 -0000      1.141
+++ misc-ming.all/Makefile.am   15 Jul 2007 20:24:39 -0000      1.142
@@ -16,10 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-
-#
-
-AUTOMAKE_OPTIONS = dejagnu
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability
 
 abs_builddir=$(shell cd $(top_builddir)/testsuite/misc-ming.all; pwd)
 

Index: misc-swfmill.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfmill.all/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- misc-swfmill.all/Makefile.am        1 Jul 2007 10:55:09 -0000       1.2
+++ misc-swfmill.all/Makefile.am        15 Jul 2007 20:24:39 -0000      1.3
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = dejagnu
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability
 
 abs_topbuilddir=$(shell cd $(top_builddir); pwd)
 

Index: swfdec/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/swfdec/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- swfdec/Makefile.am  1 Jul 2007 10:55:15 -0000       1.2
+++ swfdec/Makefile.am  15 Jul 2007 20:24:39 -0000      1.3
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-AUTOMAKE_OPTIONS = dejagnu
+AUTOMAKE_OPTIONS = dejagnu -Wno-portability
 
 abs_topbuilddir=$(shell cd $(top_builddir); pwd)
 




reply via email to

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