diff options
author | jani@a80-186-24-72.elisa-laajakaista.fi <> | 2004-05-27 23:39:50 +0300 |
---|---|---|
committer | jani@a80-186-24-72.elisa-laajakaista.fi <> | 2004-05-27 23:39:50 +0300 |
commit | 6cd8de36453cf24867a7d8b84e276fea9bed55ad (patch) | |
tree | 5bc1bb494b1f87b2696a47ddf5de4c4ab99d0343 /netware/BUILD | |
parent | 1aa3b2c79e8ec5903a80f21226e6219ed60f2a9d (diff) | |
download | mariadb-git-6cd8de36453cf24867a7d8b84e276fea9bed55ad.tar.gz |
Merged in some patches from Novell.
Diffstat (limited to 'netware/BUILD')
-rwxr-xr-x | netware/BUILD/nwbootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netware/BUILD/nwbootstrap b/netware/BUILD/nwbootstrap index f54775bf054..ba6d34bddc8 100755 --- a/netware/BUILD/nwbootstrap +++ b/netware/BUILD/nwbootstrap @@ -171,6 +171,11 @@ do rm $file.org done +# create the libmysql.imp file in netware folder from libmysql/libmysql.def +# file +echo "generating llibmysql.imp file..." +awk 'BEGIN{x=0;} x==1 {print $1;next} /EXPORTS/{x=1}' libmysql/libmysql.def > netware/libmysql.imp + # build linux tools echo "compiling linux tools..." ./netware/BUILD/compile-linux-tools |