Update of /cvsroot/monetdb/MonetDB4/src/monet
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10620/src/monet

Modified Files:
      Tag: GDK-2
        Makefile.ag 
Log Message:
propagated changes of Thursday Aug 23 2007 - Friday Aug 24 2007
from the development trunk to the GDK-2 branch


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/Makefile.ag,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -d -r1.4 -r1.4.4.1
--- Makefile.ag 12 Apr 2007 09:39:14 -0000      1.4
+++ Makefile.ag 24 Aug 2007 08:59:56 -0000      1.4.4.1
@@ -28,6 +28,14 @@
 
 YFLAGS = -d
 
+#  Some versions of flex & bison seem to generate code
+#  that does not compile with `gcc -Wundef`;
+#  we use GCC_BISON_CFLAGS to disable the respective warning as
+#  locally as possible via "-Wno-undef"
+#  (see also buildtools/conf/monet.m4, sql/src/server/Makefile.ag,
+#  pathfinder/modules/pftijah/Makefile.ag, amdb/src/lang/Makefile.ag).
+CFLAGS = $(GCC_BISON_CFLAGS)
+
 MTSAFE
 
 lib_monet = { 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to