gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am [release-0-8-0]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am [release-0-8-0]
Date: Wed, 06 Jun 2007 06:57:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release-0-8-0
Changes by:     Sandro Santilli <strk>  07/06/06 06:57:52

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
                * Makefile.am: Add print of CXXFLAGS at 'make dumpconfig' time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.3451.2.18&r2=1.3451.2.19
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.74&r2=1.74.4.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3451.2.18
retrieving revision 1.3451.2.19
diff -u -b -r1.3451.2.18 -r1.3451.2.19
--- ChangeLog   5 Jun 2007 19:41:00 -0000       1.3451.2.18
+++ ChangeLog   6 Jun 2007 06:57:50 -0000       1.3451.2.19
@@ -1,3 +1,7 @@
+2007-06-06 Sandro Santilli <address@hidden>
+
+       * Makefile.am: Add print of CXXFLAGS at 'make dumpconfig' time.
+
 2007-06-05 Sandro Santilli <address@hidden>
 
        * configure.ac: Exit with an error if klash is enabled by renderer is

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.74
retrieving revision 1.74.4.1
diff -u -b -r1.74 -r1.74.4.1
--- Makefile.am 18 May 2007 10:14:10 -0000      1.74
+++ Makefile.am 6 Jun 2007 06:57:51 -0000       1.74.4.1
@@ -15,7 +15,7 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # 
 
-# $Id: Makefile.am,v 1.74 2007/05/18 10:14:10 strk Exp $
+# $Id: Makefile.am,v 1.74.4.1 2007/06/06 06:57:51 strk Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
@@ -139,6 +139,7 @@
        @echo "Some directories may be excluded from the build"
        @uname -a
        $(CXX) -v
+       @echo "CXXFLAGS: $(CXXFLAGS)"
        @echo ""
        @echo "Image decoding support..."
        @echo " JPEG_CFLAGS is $(JPEG_CFLAGS)"




reply via email to

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