List:Internals« Previous MessageNext Message »
From:jwythe Date:April 16 2005 9:25am
Subject:bk commit into 4.1 tree (jww:1.1722)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jww. When jww 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1722 05/04/16 00:25:01 jww@stripped +1 -0
  Makefile.am:
    Make sure std_data directory exists during install of test_DATA.

  mysql-test/Makefile.am
    1.27 05/04/16 00:24:12 jww@stripped +14 -0
    Make sure std_data directory exists during install of test_DATA.

# 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:	jww
# Host:	sysdev.silk.ca
# Root:	/usr/src/mysql/mysql-4.1

--- 1.26/mysql-test/Makefile.am	2003-11-02 04:00:03 -08:00
+++ 1.27/mysql-test/Makefile.am	2005-04-16 00:24:12 -07:00
@@ -80,5 +80,19 @@
 	@CHMOD@ +x $@-t
 	@MV@ $@-t $@
 
+install-testDATA: $(test_DATA)
+	@$(NORMAL_INSTALL)
+	$(mkinstalldirs) $(DESTDIR)$(testdir)
+	$(mkinstalldirs) $(DESTDIR)$(testdir)/std_data
+	@list='$(test_DATA)'; for p in $$list; do \
+	  if test -f $(srcdir)/$$p; then \
+	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(testdir)/$$p"; \
+	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(testdir)/$$p; \
+	  else if test -f $$p; then \
+	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(testdir)/$$p"; \
+	    $(INSTALL_DATA) $$p $(DESTDIR)$(testdir)/$$p; \
+	  fi; fi; \
+	done
+
 # Don't update the files from bitkeeper
 %::SCCS/s.%
Thread
bk commit into 4.1 tree (jww:1.1722)jwythe16 Apr