Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2038/runtime

Modified Files:
      Tag: M5XQ
        Makefile.ag 
Log Message:
propagated changes of Wednesday Apr 22 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/22 - stmane: runtime/Makefile.ag,1.95
propagated changes of Wednesday Apr 22 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/22 - sjoerd: runtime/Makefile.ag,1.94.2.1
Remove ./ from libraries in LIBS sections.
There is support in autogen for install dependencies, but only if the 
dependencies don't start with . (or some other characters).
Hopefully this fixes the problem with parallel installs (at least one test 
worked).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/Makefile.ag,v
retrieving revision 1.94
retrieving revision 1.94.4.1
diff -u -d -r1.94 -r1.94.4.1
--- Makefile.ag 8 Jan 2009 16:54:18 -0000       1.94
+++ Makefile.ag 22 Apr 2009 14:28:00 -0000      1.94.4.1
@@ -112,7 +112,7 @@
         SOURCES = xrpc_client.mx
         LIBS = \
                           libserialize libxrpc_common \
-                          ./lib_pf_support ./lib_pathfinder \
+                          lib_pf_support lib_pathfinder \
                           $(PF_LIBS) $(SOCKET_LIBS) \
                           $(MONETDB_LIBS) -lbat -lstream $(MONETDB4_LIBS) 
-lmonet \
                           $(MONETDB4_MODS) -l_streams -l_builtin -l_ascii_io
@@ -125,7 +125,7 @@
                                  xrpc_server.mx
         LIBS = \
                           libxrpc_common \
-                          ./lib_pf_support ./lib_pathfinder \
+                          lib_pf_support lib_pathfinder \
                           $(PF_LIBS) $(SOCKET_LIBS) \
                           $(MONETDB_LIBS) -lbat -lstream $(MONETDB4_LIBS) 
-lmonet $(PTHREAD_LIBS) \
                           $(MONETDB4_MODS) -l_logger -l_mapi -l_streams 
-l_builtin -l_ascii_io


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to