List:Commits« Previous MessageNext Message »
From:mleich Date:July 13 2007 4:04pm
Subject:bk commit into 5.1 tree (mleich:1.2538)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mleich. When mleich 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-07-13 18:04:28+02:00, mleich@stripped +1 -0
  Add missing phony targets

  Makefile.am@stripped, 2007-07-13 18:04:24+02:00, mleich@stripped +2 -1
    Declare test-ext-jp and test-ext-stress to PHONY make targets.

diff -Nrup a/Makefile.am b/Makefile.am
--- a/Makefile.am	2007-07-13 12:06:43 +02:00
+++ b/Makefile.am	2007-07-13 18:04:24 +02:00
@@ -58,7 +58,8 @@ tags:
   test    test-force    test-full    test-force-full    test-force-mem \
   test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
   test-unit test-ps test-nr test-pr test-ns test-binlog-statement \
-  test-ext-funcs test-ext-rpl test-ext-partitions test-ext \
+  test-ext-funcs test-ext-rpl test-ext-partitions test-ext-jp \
+  test-ext-stress test-ext \
   test-fast test-fast-cursor test-fast-view test-fast-prepare \
   test-full-qa
 
Thread
bk commit into 5.1 tree (mleich:1.2538)mleich13 Jul