mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
230147990d
Change mode to -rwxrwxr-x netware/BUILD/compile-AUTOTOOLS: Change mode to -rwxrwxr-x netware/BUILD/compile-linux-tools: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-END: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-START: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-all: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-debug: Change mode to -rwxrwxr-x netware/BUILD/compile-netware-standard: Change mode to -rwxrwxr-x netware/BUILD/mwasmnlm: Change mode to -rwxrwxr-x netware/BUILD/mwccnlm: Change mode to -rwxrwxr-x netware/BUILD/mwenv: Change mode to -rwxrwxr-x netware/BUILD/mwldnlm: Change mode to -rwxrwxr-x netware/BUILD/nwbootstrap: Change mode to -rwxrwxr-x
16 lines
312 B
Bash
Executable file
16 lines
312 B
Bash
Executable file
#! /bin/sh
|
|
|
|
for package in . ./innobase
|
|
do
|
|
(cd $package
|
|
rm -rf config.cache autom4te.cache
|
|
aclocal
|
|
autoheader
|
|
libtoolize --force
|
|
aclocal
|
|
automake --add-missing --force-missing
|
|
autoconf)
|
|
done
|
|
|
|
#rm -rf ./bdb/build_unix/config.cache ./bdb/dist/autom4te.cache
|
|
#(cd ./bdb/dist && sh s_all)
|