summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorjbruehe/mysqldev@suse9-x86.mysql.com <>2007-08-20 16:35:16 +0200
committerjbruehe/mysqldev@suse9-x86.mysql.com <>2007-08-20 16:35:16 +0200
commit2d88be148ce763d7b36ce22faba103799e0e8b90 (patch)
tree4b03b725fbfaf44e699778f10607a2bc8b945ab4 /netware
parent7f211348265fbdbf536294d6dcb909aae41f8d30 (diff)
downloadmariadb-git-2d88be148ce763d7b36ce22faba103799e0e8b90.tar.gz
NetWare fixes: 1) Link options, 2) SQL command files
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/BUILD/compile-netware-END11
-rw-r--r--netware/Makefile.am2
2 files changed, 10 insertions, 3 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
diff --git a/netware/Makefile.am b/netware/Makefile.am
index df0072b3a2b..b3a1b9377f7 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -83,7 +83,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \
perror.def \
mysql_client_test.def \
replace.def resolve_stack_dump.def resolveip.def \
- static_init_db.sql \
+ static_init_db.sql init_db.sql test_db.sql \
BUILD/apply-patch BUILD/compile-AUTOTOOLS \
BUILD/compile-linux-tools BUILD/compile-netware-END \
BUILD/compile-netware-START BUILD/compile-netware-all\