Remove dead code from BUILD/ scripts.

This commit is contained in:
konstantin@mysql.com 2006-04-05 16:50:12 +04:00
commit 976a7493d3
16 changed files with 18 additions and 25 deletions

View file

@ -3,7 +3,7 @@
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$pentium_cflags $fast_cflags $max_cflags -g"
extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs $max_configs"
. "$path/FINISH.sh"