diff options
author | unknown <lenz@mysql.com> | 2003-08-15 14:55:05 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-08-15 14:55:05 +0200 |
commit | 4363c28c24fe65061f5d01d92d119dbeed4c6e28 (patch) | |
tree | 1a27cd05184cdda2d24bf39a49fe23aa23160992 /.bzrignore | |
parent | 02d844ee8c0a4eaa3a2625015834d60e280b9077 (diff) | |
download | mariadb-git-4363c28c24fe65061f5d01d92d119dbeed4c6e28.tar.gz |
- Added some files to support-files/MacOSX to enable building the Mac OS X
startup item: MySQL (the startup script), StartupItem.Description.plist,
StartupItem.Info.plist (PKGMaker control files), StartupItem.postinstall
(post-installation script for the Startup Item package)
- modified support-files/MacOSX/Makefile.am to include the newly added files
in the source distribution
BitKeeper/etc/ignore:
Added scripts/make_win_src_distribution to the ignore list
support-files/MacOSX/Makefile.am:
- added the Mac OS X StartupItem files to the source distribution
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index a18a5008cb0..8514eb6ffb1 100644 --- a/.bzrignore +++ b/.bzrignore @@ -535,3 +535,4 @@ Docs/internals.html Docs/internals.pdf Docs/internals.txt Docs/internals_toc.html +scripts/make_win_src_distribution |