Below is the list of changes that have just been committed into a local
5.0 repository of marcsql. When marcsql 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-08-22 18:11:01-06:00, malff@weblab.(none) +1 -0
Do not use $static_link for GCOV builds,
since this flag was explicitly removed in pushbuild for GCOV builds.
BUILD_CMD => ['sh', '-c', 'perl -i.bak -pe "s/ \\\\\$static_link//" ' .
'BUILD/compile-pentium-gcov; BUILD/compile-pentium-gcov'],
Moving $static_link to SETUP.sh broke this, and is now fixed.
Should this flag be needed on some platforms,
the proper location is compile-<platform>-gcov
Tested the amd64 and pentium64 build fine without it, and can run NDB tests.
BUILD/SETUP.sh@stripped, 2007-08-22 18:10:58-06:00, malff@weblab.(none) +1 -1
Removed $static_link from GCOV builds.
diff -Nrup a/BUILD/SETUP.sh b/BUILD/SETUP.sh
--- a/BUILD/SETUP.sh 2007-08-15 18:10:13 -06:00
+++ b/BUILD/SETUP.sh 2007-08-22 18:10:58 -06:00
@@ -155,7 +155,7 @@ gcov_compile_flags="$gcov_compile_flags
gcov_link_flags="-fprofile-arcs -ftest-coverage"
-gcov_configs="--disable-shared $static_link"
+gcov_configs="--disable-shared"
# gprof
| Thread |
|---|
| • bk commit into 5.0 tree (malff:1.2501) | marc.alff | 23 Aug |