List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:April 4 2008 11:21am
Subject:bk commit into 5.1 tree (joerg:1.2566)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of joerg.  When joerg 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-04-04 13:21:40+02:00, joerg@trift2. +1 -0
  mysql-test/Makefile.am   :    Fix a copy-paste error ...

  mysql-test/Makefile.am@stripped, 2008-04-04 13:21:34+02:00, joerg@trift2. +1 -1
    Fix a copy-paste error ...
    In this place, "$(distdir)" expands to empty, resulting in absolute "/std_data/funcs_1"

diff -Nrup a/mysql-test/Makefile.am b/mysql-test/Makefile.am
--- a/mysql-test/Makefile.am	2008-04-02 20:24:06 +02:00
+++ b/mysql-test/Makefile.am	2008-04-04 13:21:34 +02:00
@@ -130,7 +130,7 @@ install-data-local:
 	$(INSTALL_DATA) $(srcdir)/std_data/ndb_backup51_data_be/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup51_data_be
 	$(INSTALL_DATA) $(srcdir)/std_data/ndb_backup51_data_le/BACKUP* $(DESTDIR)$(testdir)/std_data/ndb_backup51_data_le
 	$(INSTALL_DATA) $(srcdir)/std_data/parts/part_* $(DESTDIR)$(testdir)/std_data/parts
-	$(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(distdir)/std_data/funcs_1
+	$(INSTALL_DATA) $(srcdir)/std_data/funcs_1/* $(DESTDIR)$(testdir)/std_data/funcs_1
 	$(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib
 	$(INSTALL_DATA) $(srcdir)/lib/My/*.pm $(DESTDIR)$(testdir)/lib/My
 	for f in `(cd $(srcdir); find suite -type f | egrep -v 'SCCS|row_lock')`; \
Thread
bk commit into 5.1 tree (joerg:1.2566)Joerg Bruehe4 Apr