diff options
author | unknown <df@pippilotta.erinye.com> | 2007-04-24 11:44:41 +0200 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-04-24 11:44:41 +0200 |
commit | 8da55fd18bc7a0242063f149d1c06927fe38b6a9 (patch) | |
tree | f964e55beb23be8e0805fb489a08a43211ccf785 /BUILD/compile-pentium64-debug | |
parent | a1a3a6d53189e9efc89f9cb48b92a66ddacd342d (diff) | |
parent | c2960f6d9b8d83b1570992b9e50d3cd907fec20c (diff) | |
download | mariadb-git-8da55fd18bc7a0242063f149d1c06927fe38b6a9.tar.gz |
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
Diffstat (limited to 'BUILD/compile-pentium64-debug')
-rwxr-xr-x | BUILD/compile-pentium64-debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug b/BUILD/compile-pentium64-debug index 145d5c44f82..06ee672789c 100755 --- a/BUILD/compile-pentium64-debug +++ b/BUILD/compile-pentium64-debug @@ -1,7 +1,8 @@ #! /bin/sh path=`dirname $0` -. "$path/SETUP.sh" $@ --with-debug=full +set -- "$@" --with-debug=full +. "$path/SETUP.sh" extra_flags="$pentium64_cflags $debug_cflags" extra_configs="$pentium_configs $debug_configs $static_link" |