Changeset: 8b5588ce616a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b5588ce616a
Modified Files:
        sql/backends/monet5/LSST/Makefile.ag
Branch: default
Log Message:

Remove some unneeded directories from the list of include directories.
There was a problem executing the link phase of the compiler with all
directories on 32 bit Windows.  By removing the unnecessary ones we
stay within the limit imposed by nmake.


diffs (49 lines):

diff --git a/sql/backends/monet5/LSST/Makefile.ag 
b/sql/backends/monet5/LSST/Makefile.ag
--- a/sql/backends/monet5/LSST/Makefile.ag
+++ b/sql/backends/monet5/LSST/Makefile.ag
@@ -15,30 +15,27 @@
 # Copyright August 2008-2011 MonetDB B.V.
 # All Rights Reserved.
 
-INCLUDES = ../../../include \
-                  ../../../common \
-                  ../../../storage \
-                  ../../../server .. \
-                  ../../../../monetdb5/modules/atoms \
-                  ../../../../monetdb5/compiler \
-                  ../../../../monetdb5/modules/kernel \
-                  ../../../../monetdb5/mal \
-                  ../../../../monetdb5/modules/mal \
-                  ../../../../monetdb5/optimizer \
-                  ../../../../monetdb5/scheduler \
-                  ../../../../clients/mapilib \
-                  ../../../../common/options \
-                  ../../../../common/stream \
-                  ../../../../common/utils \
-                  ../../../../gdk \
-                  $(READLINE_INCS) $(MSEED_CFLAGS) $(cfitsio_CFLAGS) 
$(curl_CFLAGS)
+INCLUDES = .. \
+       ../../../include \
+       ../../../common \
+       ../../../storage \
+       ../../../server \
+       ../../../../monetdb5/modules/atoms \
+       ../../../../monetdb5/modules/kernel \
+       ../../../../monetdb5/mal \
+       ../../../../monetdb5/modules/mal \
+       ../../../../monetdb5/optimizer \
+       ../../../../common/options \
+       ../../../../common/stream \
+       ../../../../gdk \
+       $(READLINE_INCS) $(MSEED_CFLAGS) $(cfitsio_CFLAGS) $(curl_CFLAGS)
 
 lib__lsst = {
        MODULE
        DIR = libdir/monetdb5
        SOURCES = lsst.c
        LIBS = ../../../../monetdb5/tools/libmonetdb5 \
-                  ../../../../gdk/libbat $(curl_LIBS)
+               ../../../../gdk/libbat $(curl_LIBS)
 }
 
 headers_lsstmal = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to