diff options
author | unknown <msvensson@shellback.(none)> | 2006-10-12 17:55:06 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-10-12 17:55:06 +0200 |
commit | a28a9c278638974ce0173eb5329f5946d209bd33 (patch) | |
tree | f49e8e690ba5dca9e82dc9cf2044c59280448249 /netware | |
parent | 0e33031804e081e2b57ab35c08b1bd936e8d4f49 (diff) | |
download | mariadb-git-a28a9c278638974ce0173eb5329f5946d209bd33.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 |