List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:July 16 2008 6:31pm
Subject:bzr commit into mysql-falcon branch (hakan:236)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  236 Hakan Kuecuekyilmaz	2008-07-16
      Use absolute path for including stuff.
modified:
  dbt2/weekly_dbt2_overview.sh

=== modified file 'dbt2/weekly_dbt2_overview.sh'
--- a/dbt2/weekly_dbt2_overview.sh	2008-07-16 18:20:13 +0000
+++ b/dbt2/weekly_dbt2_overview.sh	2008-07-16 18:31:12 +0000
@@ -251,7 +251,7 @@ if [ $COMPILE = 'compile' ]; then
         case $PLATFORM in
             Linux)
                 # Linux gcc
-                source include/configure_linux_gcc.inc >> $BUILD_LOG 2>&1
+                source $BZR_BASE/include/configure_linux_gcc.inc >> $BUILD_LOG 2>&1
 
                 J=$(cat /proc/cpuinfo | grep processor | wc -l)
                 J=$(( $J + 1 ))
@@ -259,13 +259,13 @@ if [ $COMPILE = 'compile' ]; then
             SunOS)
                 if [ "$ARCH" = 'i86pc' ]; then
                     # Solaris/x86 gcc
-                    source include/configure_solaris_x86_gcc.inc >> $BUILD_LOG 2>&1
+                    source $BZR_BASE/include/configure_solaris_x86_gcc.inc >> $BUILD_LOG 2>&1
 
                     J=$(psrinfo  | wc -l)
                     J=$(( $J + 1 ))
                 elif [ "$ARCH" =  'sun4v' ]; then
                     # Solaris/SPARC gcc
-                    source include/configure_solaris_sparc_gcc.inc >> $BUILD_LOG 2>&1
+                    source $BZR_BASE/include/configure_solaris_sparc_gcc.inc >> $BUILD_LOG 2>&1
 
                     J=8
                 fi

Thread
bzr commit into mysql-falcon branch (hakan:236) Hakan Kuecuekyilmaz16 Jul