1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/netware/BUILD/compile-netware-all
2004-05-25 22:00:14 +03:00

16 lines
216 B
Bash
Executable File

#! /bin/sh
# debug
#set -x
# stop on errors
set -e
path=`dirname $0`
$path/compile-netware-src
$path/compile-netware-standard
$path/compile-netware-debug
$path/compile-netware-max
$path/compile-netware-max-debug