From: Date: January 29 2007 6:46pm Subject: bk commit into 5.0 tree (msvensson:1.2394) BUG#25417 List-Archive: http://lists.mysql.com/commits/18972 X-Bug: 25417 Message-Id: <200701291746.l0THkjKf031652@pilot> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-01-29 18:46:06+01:00, msvensson@stripped +2 -0 Bug#25417 "/usr/bin/test" installed from yassl/taocrypt/test - It's good to build the test programs for yaSSL to check for undefined symbols etc but they should not be installed by "make install" extra/yassl/taocrypt/test/Makefile.am@stripped, 2007-01-29 18:45:53+01:00, msvensson@stripped +1 -1 "test" is a noinst program extra/yassl/testsuite/Makefile.am@stripped, 2007-01-29 18:45:58+01:00, msvensson@stripped +1 -1 "testsuite" is a noinst program # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: msvensson # Host: pilot.mysql.com # Root: /home/msvensson/mysql/work/my50-work --- 1.5/extra/yassl/taocrypt/test/Makefile.am 2006-12-31 00:18:19 +01:00 +++ 1.6/extra/yassl/taocrypt/test/Makefile.am 2007-01-29 18:45:53 +01:00 @@ -1,5 +1,5 @@ INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../mySTL -bin_PROGRAMS = test +noinst_PROGRAMS = test test_SOURCES = test.cpp test_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la test_CXXFLAGS = -DYASSL_PURE_C --- 1.7/extra/yassl/testsuite/Makefile.am 2006-11-27 21:12:37 +01:00 +++ 1.8/extra/yassl/testsuite/Makefile.am 2007-01-29 18:45:58 +01:00 @@ -1,5 +1,5 @@ INCLUDES = -I$(srcdir)/../include -I$(srcdir)/../taocrypt/include -I$(srcdir)/../taocrypt/mySTL -bin_PROGRAMS = testsuite +noinst_PROGRAMS = testsuite testsuite_SOURCES = testsuite.cpp ../taocrypt/test/test.cpp \ ../examples/client/client.cpp ../examples/server/server.cpp \ ../examples/echoclient/echoclient.cpp \