List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:December 28 2007 3:10pm
Subject:bk commit into 5.1 tree (joerg:1.2650) BUG#33536
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, 2007-12-28 16:10:17+01:00, joerg@trift2. +1 -0
  scripts/make_binary_distribution.sh
      After-merge fix for bug#33536: The target to copy to is now called "$DEST".

  scripts/make_binary_distribution.sh@stripped, 2007-12-28 16:10:09+01:00, joerg@trift2. +1 -1
    After-merge fix for bug#33536: The target to copy to is now called "$DEST".

diff -Nrup a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh
--- a/scripts/make_binary_distribution.sh	2007-12-28 15:26:52 +01:00
+++ b/scripts/make_binary_distribution.sh	2007-12-28 16:10:09 +01:00
@@ -222,7 +222,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; t
     if [ -z "$gcclib" ] ; then
       echo "Warning: Compiler doesn't tell libgcc.a!"
     elif [ -f "$gcclib" ] ; then
-      $CP $gcclib $BASE/lib/libmygcc.a
+      $CP $gcclib $DEST/lib/libmygcc.a
     else
       echo "Warning: Compiler result '$gcclib' not found / no file!"
     fi
Thread
bk commit into 5.1 tree (joerg:1.2650) BUG#33536Joerg Bruehe28 Dec