List:Commits« Previous MessageNext Message »
From:Patrick Crews Date:October 22 2009 5:25pm
Subject:bzr commit into mysql-6.0-codebase-bugfixing branch
(patrick.crews:3662)
View as plain text  
#At file:///Users/pcrews/data1/work/6.0_fix/mysql-6.0/ based on revid:jperkin@stripped

 3662 Patrick Crews	2009-10-22
      change to compile-pentium-gcov script as the current one is causing lcov / gcov 
      errors (WARNING - no entry for file <name> in .gcno file - skipping).
      
      Tested 5.1 tree's script and it works without error.

    modified:
      BUILD/compile-pentium-gcov
=== modified file 'BUILD/compile-pentium-gcov'
--- a/BUILD/compile-pentium-gcov	2008-12-31 13:18:04 +0000
+++ b/BUILD/compile-pentium-gcov	2009-10-22 17:25:12 +0000
@@ -7,7 +7,7 @@ CCACHE_GCOV_VERSION_ENABLED=0
 if ccache -V > /dev/null 2>&1
 then
   CCACHE_VER=`ccache -V | head -1 | sed s/"ccache version "//`
-  if test "$CCACHE_VER" = "2.4-gcov"
+  if test "$CCACHE_VER" == "2.4-gcov"
   then
     CCACHE_GCOV_VERSION_ENABLED=1
   else
@@ -20,8 +20,7 @@ export CCACHE_GCOV_VERSION_ENABLED
 path=`dirname $0`
 . "$path/SETUP.sh"
 
-LDFLAGS="$gcov_link_flags"
-export LDFLAGS
+export LDFLAGS="$gcov_link_flags"
 
 extra_flags="$pentium_cflags $debug_cflags $max_cflags $gcov_compile_flags"
 c_warnings="$c_warnings $debug_extra_warnings"


Attachment: [text/bzr-bundle] bzr/patrick.crews@sun.com-20091022172512-1spjjimbsvzqdgi4.bundle
Thread
bzr commit into mysql-6.0-codebase-bugfixing branch(patrick.crews:3662)Patrick Crews22 Oct