bd1e850d72
- Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup
16 lines
552 B
Text
16 lines
552 B
Text
--- Makefile.in.orig Tue Mar 22 20:27:12 2005
|
|
+++ Makefile.in Wed Apr 6 13:07:04 2005
|
|
@@ -358,12 +358,7 @@
|
|
|
|
# These are built from source in the Docs directory
|
|
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
|
|
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
|
|
- @readline_topdir@ sql-common \
|
|
- @thread_dirs@ pstack \
|
|
- @sql_union_dirs@ scripts man tests \
|
|
- netware @libmysqld_dirs@ \
|
|
- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@
|
|
+SUBDIRS =
|
|
|
|
DIST_SUBDIRS = . include @docs_dirs@ zlib \
|
|
@readline_topdir@ sql-common \
|