diff options
author | unknown <jbruehe/mysqldev@suse9-x86.mysql.com> | 2007-08-20 16:35:16 +0200 |
---|---|---|
committer | unknown <jbruehe/mysqldev@suse9-x86.mysql.com> | 2007-08-20 16:35:16 +0200 |
commit | efac5af7d765485c4c8a64a87ca34b3e7cf0a541 (patch) | |
tree | 4b03b725fbfaf44e699778f10607a2bc8b945ab4 /netware/BUILD | |
parent | 02f1b317b4b4017f1cc17fafd19b7caf2ac4ea35 (diff) | |
download | mariadb-git-efac5af7d765485c4c8a64a87ca34b3e7cf0a541.tar.gz |
NetWare fixes: 1) Link options, 2) SQL command files
netware/Makefile.am:
Distribute NetWare versions of "init_db.sql" and "test_db.sql".
netware/BUILD/compile-netware-END:
Make the "*.def" files available for linking.
Diffstat (limited to 'netware/BUILD')
-rwxr-xr-x | netware/BUILD/compile-netware-END | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END index 6c531ab5c7c..bf712f09162 100755 --- a/netware/BUILD/compile-netware-END +++ b/netware/BUILD/compile-netware-END @@ -29,8 +29,15 @@ fi # configure ./configure $base_configs $extra_configs -# make -make clean bin-dist +# Ensure a clean tree +make clean + +# Link NetWare specific .def files into their proper locations +# in the source tree +( cd netware && make link_sources ) + +# Now, do the real build +make bin-dist # mark the build for file in *.tar.gz *.zip |