List:Commits« Previous MessageNext Message »
From:kent Date:February 17 2008 10:47am
Subject:bk commit into 5.0 tree (kent:1.2467)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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, 2008-02-17 10:47:31+01:00, kent@stripped +3 -0
  Makefile.am:
    Don't build cyassl test/benchmarks unless explicit target is given

  extra/cyassl/ctaocrypt/benchmark/Makefile.am@stripped, 2008-02-17 10:46:32+01:00,
kent@stripped +1 -1
    Don't build cyassl test/benchmarks unless explicit target is given

  extra/cyassl/ctaocrypt/test/Makefile.am@stripped, 2008-02-17 10:46:32+01:00, kent@stripped
+1 -1
    Don't build cyassl test/benchmarks unless explicit target is given

  extra/cyassl/testsuite/Makefile.am@stripped, 2008-02-17 10:46:32+01:00, kent@stripped +1 -1
    Don't build cyassl test/benchmarks unless explicit target is given

# 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:	kent
# Host:	kent-amd64.(none)
# Root:	/home/kent/bk/cyassl/my50-cyassl

--- 1.1/extra/cyassl/ctaocrypt/benchmark/Makefile.am	2008-02-17 10:47:37 +01:00
+++ 1.2/extra/cyassl/ctaocrypt/benchmark/Makefile.am	2008-02-17 10:47:37 +01:00
@@ -1,5 +1,5 @@
 INCLUDES = -I../include
-noinst_PROGRAMS = benchmark
+EXTRA_PROGRAMS = benchmark
 benchmark_SOURCES = benchmark.c
 benchmark_LDADD        = ../../src/libcyassl.la
 benchmark_DEPENDENCIES = ../../src/libcyassl.la

--- 1.1/extra/cyassl/ctaocrypt/test/Makefile.am	2008-02-17 10:47:37 +01:00
+++ 1.2/extra/cyassl/ctaocrypt/test/Makefile.am	2008-02-17 10:47:37 +01:00
@@ -1,5 +1,5 @@
 INCLUDES = -I../include
-noinst_PROGRAMS = test
+EXTRA_PROGRAMS = test
 test_SOURCES = test.c
 test_LDADD        = ../../src/libcyassl.la
 test_DEPENDENCIES = ../../src/libcyassl.la

--- 1.2/extra/cyassl/testsuite/Makefile.am	2008-02-17 10:47:37 +01:00
+++ 1.3/extra/cyassl/testsuite/Makefile.am	2008-02-17 10:47:37 +01:00
@@ -1,7 +1,7 @@
 INCLUDES = -I$(srcdir)/../include \
            -I$(srcdir)/../ctaocrypt/include
 
-noinst_PROGRAMS = testsuite
+EXTRA_PROGRAMS = testsuite
 testsuite_SOURCES = testsuite.c ../ctaocrypt/test/test.c \
     ../examples/client/client.c ../examples/server/server.c \
     ../examples/echoclient/echoclient.c ../examples/echoserver/echoserver.c
Thread
bk commit into 5.0 tree (kent:1.2467)kent17 Feb