Changeset: ab28b8efef6a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab28b8efef6a Modified Files: MonetDB.spec clients/ChangeLog.Feb2013 clients/mapiclient/Makefile.ag debian/monetdb-client.install Branch: Feb2013 Log Message:
mnc: no longer build and install mnc was meant as a performance measurement tool for the mapi protocol, and intended to be used to transfer files by UDP in the SciLens cluster. However, it has never been used as such, and its fate is to remain a sporadically used debugging tool. diffs (56 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -140,7 +140,6 @@ MonetDB, you will very likely need this %files client %defattr(-,root,root) %{_bindir}/mclient -%{_bindir}/mnc %{_bindir}/msqldump %{_bindir}/stethoscope %{_libdir}/libmapi.so.* diff --git a/clients/ChangeLog.Feb2013 b/clients/ChangeLog.Feb2013 --- a/clients/ChangeLog.Feb2013 +++ b/clients/ChangeLog.Feb2013 @@ -1,6 +1,9 @@ # ChangeLog file for clients # This file is updated with Maddlog +* Sat Dec 1 2012 Fabian Groffen <fab...@monetdb.org> +- The tool mnc was removed from installations + * Wed Nov 7 2012 Sjoerd Mullender <sjo...@acm.org> - msqldump: Implmented an option (--table/-t) to dump a single table. - Changed msqdump's trace option to be in line with mclient. In both diff --git a/clients/mapiclient/Makefile.ag b/clients/mapiclient/Makefile.ag --- a/clients/mapiclient/Makefile.ag +++ b/clients/mapiclient/Makefile.ag @@ -52,12 +52,14 @@ bin_tomograph = { $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS) } -bin_mnc = { - SOURCES = mnc.c - LIBS = ../../common/stream/libstream \ - ../mapilib/libmapi \ - $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS) -} +# disabled: it's not really a tool for users, more to debug mapi +# problems, or measure performance +#bin_mnc = { +# SOURCES = mnc.c +# LIBS = ../../common/stream/libstream \ +# ../mapilib/libmapi \ +# $(curl_LIBS) $(MALLOC_LIBS) $(PTHREAD_LIBS) $(SOCKET_LIBS) +#} man_MANS = mclient.1 msqldump.1 diff --git a/debian/monetdb-client.install b/debian/monetdb-client.install --- a/debian/monetdb-client.install +++ b/debian/monetdb-client.install @@ -1,4 +1,3 @@ debian/tmp/usr/bin/mclient usr/bin -debian/tmp/usr/bin/mnc usr/bin debian/tmp/usr/bin/msqldump usr/bin debian/tmp/usr/bin/stethoscope usr/bin _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list