summaryrefslogtreecommitdiff
path: root/BUILD/FINISH.sh
blob: 625802f78cbe9e9a9622df305a286aaca6820ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cflags="$c_warnings $extra_flags"
cxxflags="$cxx_warnings $base_cxxflags $extra_flags"
configure="./configure $base_configs $extra_configs"
for arg in "$@"; do
  configure="$configure "`echo "$arg" | sed -e 's,\([^a-zA-Z0-9_.-]\),\\\\\1,g'`
done


CFLAGS="$cflags" CXX=gcc CXXFLAGS="$cxxflags" eval "$configure"

test "$make" = no || $make $AM_MAKEFLAGS
test -z "$strip" || strip mysqld