diff options
author | unknown <andrey@lmy004.> | 2005-11-11 10:54:01 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-11-11 10:54:01 +0100 |
commit | 2d4711a1b25d36dc4ca5b68b32eab06a9469a474 (patch) | |
tree | 973dde2731de53401a06c3ce3703aaf81cea9646 /BUILD | |
parent | 615921eb55e9739a609b6d1e33ae95c727d1199f (diff) | |
download | mariadb-git-2d4711a1b25d36dc4ca5b68b32eab06a9469a474.tar.gz |
unneeded files
BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
Delete: BUILD/compile-sap-debug
BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
Delete: BUILD/compile-sap
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-sap | 9 | ||||
-rwxr-xr-x | BUILD/compile-sap-debug | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/BUILD/compile-sap b/BUILD/compile-sap deleted file mode 100755 index 376afaf6f56..00000000000 --- a/BUILD/compile-sap +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags" -extra_configs="$pentium_configs --without-berkeley-db" - -. "$path/FINISH.sh" diff --git a/BUILD/compile-sap-debug b/BUILD/compile-sap-debug deleted file mode 100755 index d7e70f868cc..00000000000 --- a/BUILD/compile-sap-debug +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -path=`dirname $0` -. "$path/SETUP.sh" - -extra_flags="$pentium_cflags $debug_cflags" -extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link" - -. "$path/FINISH.sh" |