List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:November 3 2005 1:31pm
Subject:bk commit into 5.1 tree (joerg:1.1958)
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
  1.1958 05/11/03 14:31:17 joerg@stripped +2 -0
  Add the file "storage/bdb/build_unix/.IGNORE_ME" and handle it.
  This is to prevent empty directories in the source tarball.

  storage/bdb/Makefile.in
    1.9 05/11/03 14:31:12 joerg@stripped +2 -0
    Ensure that "storage/bdb/build_unix/.IGNORE_ME" gets into the distribution source.tar.gz
    This is to prevent empty directories in the source tarball.

  storage/bdb/build_unix/.IGNORE_ME
    1.1 05/11/03 14:26:43 joerg@stripped +3 -0

  storage/bdb/build_unix/.IGNORE_ME
    1.0 05/11/03 14:26:43 joerg@stripped +0 -0
    BitKeeper file /M51/bug14436/storage/bdb/build_unix/.IGNORE_ME

# 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:	joerg
# Host:	trift2.
# Root:	/M51/bug14436
--- New file ---
+++ storage/bdb/build_unix/.IGNORE_ME	05/11/03 14:26:43
Some combinations of the gzip and tar archive exploders found
on Linux systems ignore directories that don't have any files
(other than symbolic links) in them.  So, here's a file.


--- 1.8/storage/bdb/Makefile.in	2005-10-29 04:21:57 +02:00
+++ 1.9/storage/bdb/Makefile.in	2005-11-03 14:31:12 +01:00
@@ -54,3 +54,5 @@
 	  test -f $(distdir)/$$f || cp -p $(srcdir)/$$f $(distdir)/$$f; \
 	done
 	mkdir $(distdir)/$(bdb_build)
+	cp -p $(srcdir)/$(bdb_build)/.IGNORE_ME $(distdir)/$(bdb_build)
+
Thread
bk commit into 5.1 tree (joerg:1.1958)Joerg Bruehe3 Nov