Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13800/runtime

Modified Files:
        Makefile.ag 
Log Message:
Probable fix for bug #1669139.

Checkins on the stable branch were inconsistent with earlier
modifications (by Jan R) on the development branch.  Upon
"automatic" propagation, inclusion (rather non-inclusion in
that case) of the Boehm garbage was no longer properly done.

We will see in tomorrow's TestWeb if the problem persists.


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/Makefile.ag,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile.ag 23 Feb 2007 12:51:41 -0000      1.71
+++ Makefile.ag 26 Feb 2007 15:03:21 -0000      1.72
@@ -124,7 +124,7 @@
                 ../compiler/algebra/prop/libprop \
                 ../compiler/algebra/opt/libopt \
                 ../compiler/mil/libmil \
-                ../compiler/mem/libmem \
+                ../compiler/mem/libmem_embedded \
                 ../compiler/libcompiler2 \
                 ../compiler/sql/libsql \
                           $(PF_LIBS) $(SOCKET_LIBS) ./lib_pf_support 
./lib_pathfinder \


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to