Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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-04-23 18:16:57+02:00, msvensson@stripped +1 -0
Don't copy any subdirs in scripts/
scripts/make_win_bin_dist@stripped, 2007-04-23 18:16:56+02:00, msvensson@stripped +1 -1
Don't copy any subdirs in scripts/
# 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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.12/scripts/make_win_bin_dist 2007-03-20 14:57:45 +01:00
+++ 1.13/scripts/make_win_bin_dist 2007-04-23 18:16:56 +02:00
@@ -345,7 +345,7 @@ mkdir -p $DESTDIR/scripts
for i in `cd scripts && ls`; do \
if echo $i | grep -q '\.sh'; then \
cp scripts/$i $DESTDIR/scripts/`echo $i | sed -e 's/\.sh$//'`; \
- elif [ $i = Makefile.am -o $i = Makefile.in -o -e scripts/$i.sh ] ; then \
+ elif [ -d scripts/$i -o $i = Makefile.am -o $i = Makefile.in -o -e scripts/$i.sh ] ; then \
: ; \
else \
cp scripts/$i $DESTDIR/scripts/$i; \
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2450) | msvensson | 23 Apr |