Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26665

Modified Files:
      Tag: GDK-2
        MonetDB-server.spec.in RunMtest.in 
Log Message:
propagated changes of Friday Aug 17 2007 - Tuesday Aug 21 2007
from the development trunk to the GDK-2 branch


Index: RunMtest.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/RunMtest.in,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- RunMtest.in 19 Jul 2007 09:38:30 -0000      1.28
+++ RunMtest.in 21 Aug 2007 13:23:43 -0000      1.28.2.1
@@ -35,10 +35,12 @@
 fi
 
 # enhance various paths to find our stuff
-if [ -s "${builddir}/src/tools/monetdb5-config" ] ; then
-       chmod +x "${builddir}/src/tools/monetdb5-config"
-fi
-PATH="${builddir}/src/tools:$PATH"
+for x in "${builddir}/src/tools/monetdb5-config"  
"${srcdir}/src/tools/mchkpnt"  "${srcdir}/src/tools/mrecover" ; do
+       if [ -s $x ] ; then
+               chmod +x $x
+       fi
+done
+PATH="${builddir}/src/tools:${srcdir}/src/tools:$PATH"
 libpath="${MOD_PATH}:${builddir}/src/mal/.libs"
 LD_LIBRARY_PATH="${libpath}${LD_LIBRARY_PATH}"
 if [ "${uname}" = "Darwin" ] ; then

Index: MonetDB-server.spec.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/MonetDB-server.spec.in,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -d -r1.15.2.1 -r1.15.2.2
--- MonetDB-server.spec.in      15 Aug 2007 22:37:55 -0000      1.15.2.1
+++ MonetDB-server.spec.in      21 Aug 2007 13:23:43 -0000      1.15.2.2
@@ -110,7 +110,6 @@
 %{prefix}/bin/Mbeddedmal
 %{prefix}/bin/mchkpnt
 %{prefix}/bin/merovingian
-%{prefix}/bin/mguardian
 %{prefix}/bin/monetdb
 %{prefix}/bin/mrecover
 %{prefix}/bin/stethoscope


-------------------------------------------------------------------------
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