diff options
author | msvensson@shellback.(none) <> | 2006-10-12 17:55:06 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-10-12 17:55:06 +0200 |
commit | c8261b12085abb64e606b573f6b6f91a13f6ed65 (patch) | |
tree | f49e8e690ba5dca9e82dc9cf2044c59280448249 /netware | |
parent | 1b06c7c78eb9bd929a8b2f8b87499b55de60569f (diff) | |
download | mariadb-git-c8261b12085abb64e606b573f6b6f91a13f6ed65.tar.gz |
Use autorun.sh from BUILD/ instead of netware specific version
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/compile-netware-END | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index c5c08cea908..a8d829499bd 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -15,11 +15,11 @@ if test -e "Makefile"; then make -k clean; fi rm -f */.deps/*.P rm -rf Makefile.in.bk -# Metrowerks enviornment +# Setup Metrowerks environment . $path/mwenv -# run auto tools -. $path/compile-AUTOTOOLS +# Run autotools(use BUILD/autorun.sh) +. BUILD/autorun.sh # configure ./configure $base_configs $extra_configs |