summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium64-debug-max
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-04-11 14:06:03 +0200
committerdf@pippilotta.erinye.com <>2007-04-11 14:06:03 +0200
commita4f292fdc9aac7f56ce05b57ba62f3e374f27463 (patch)
tree0c0d0efc89a12e72b5cedb1d95a0afc3f863c9ba /BUILD/compile-pentium64-debug-max
parente3bfb9566598a3ae237f1f3192bbe4d015665307 (diff)
parent05f4e9ea05a66d6e835adb28126293ef6965f91f (diff)
downloadmariadb-git-a4f292fdc9aac7f56ce05b57ba62f3e374f27463.tar.gz
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-27701
Diffstat (limited to 'BUILD/compile-pentium64-debug-max')
-rwxr-xr-xBUILD/compile-pentium64-debug-max3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium64-debug-max b/BUILD/compile-pentium64-debug-max
index 7b71237cb2f..b8b271688be 100755
--- a/BUILD/compile-pentium64-debug-max
+++ b/BUILD/compile-pentium64-debug-max
@@ -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 $max_configs"