summaryrefslogtreecommitdiff
path: root/Build-tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/space/my/mysql-4.1lenz@mysql.com2004-05-101-6/+9
|\ | | | | | | into mysql.com:/space/my/mysql-4.1-build
| * - Renamed the Mac OS X StartupItem directory from lenz@mysql.com2004-05-101-6/+9
| | | | | | | | | | | | | | /Library/StartupItems/MySQL to /Library/StartupItems/MySQLCOM to avoid a name space collision with the MySQL Startup Item shipped with Mac OS X Server, updated the MySQLStartupItem PKG version number to reflect the change.
* | - added option for building/packaging the NDB cluster to Do-compilelenz@mysql.com2004-04-291-2/+8
|/
* Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1monty@mysql.com2004-03-201-2/+11
|\
| * - Do-pkg: PGK and DMG names now include the full arch name (e.g. lenz@mysql.com2004-03-191-2/+11
| | | | | | | | | | | | "-apple-darwin7.3.0-powerpc") - this is needed as we now will provide Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of how we name all other packages)
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2004-02-221-17/+59
|\ \ | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * \ merge with 4.0monty@mashka.mysql.fi2004-02-221-14/+53
| |\ \ | | |/
| | * Major work on Windows build automation-- add binary packaging, suffixesgreg@mysql.com2004-02-191-14/+53
| | |
| * | merge with 4.0 to get security fixes and latest bug fixesmonty@mashka.mysql.fi2004-02-201-4/+7
| |\ \ | | |/
| | * Mergegreg@mysql.com2004-02-092-9/+6
| | |\
| | * | Revise Windows build script, correct comment re NetWare in libmysql.cgreg@mysql.com2004-01-211-4/+7
| | | |
* | | | - when removing the readline subdir for the commercial distribution,lenz@kallisto.local2004-02-201-2/+6
|/ / / | | | | | | | | | | | | configure.in needs to be updated and configure needs to be recreated for the build to succed
* | | Merge with 4.0.18monty@mysql.com2004-02-114-24/+92
|\ \ \ | | |/ | |/|
| * | - don't add merge ChangeSets to the Changelog in Bootstraplenz@mysql.com2004-02-041-1/+1
| | | | | | | | | | | | (reduce the noise)
| * | Some small enhancements for Do-compile:lenz@mysql.com2004-02-041-8/+5
| |/ | | | | | | | | | | | | | | - more flexible removal of old cruft before creating the new binary distribution - more flexible globbing for the binary tarball (required for QNX, where the file name ends on *.tgz instead of .tar.gz due to file name lenght restrictions
| * - remove unnecessary code from Do-rpm to delete the source tarball andlenz@mysql.com2004-01-211-14/+3
| | | | | | | | spec file after the build as RPM has its own option for this
| * Wrote small Windows build automation script in preparation greg@mysql.com2004-01-151-0/+82
| | | | | | | | for re-working project files and enabling remote builds.
| * - Fixed another missing spacelenz@mysql.com2003-12-231-1/+1
| |
* | merge with 4.0.18monty@mysql.com2003-12-193-2/+5
|\ \ | |/
| * - Bugfix for Do-rpm (moving of the resulting packages did not work due tolenz@mysql.com2003-12-163-2/+5
| | | | | | | | | | | | a missing space) - Define the subject of the failure mail reports within the calling script instead of logger.pm
* | Merge with 4.0.17monty@mysql.com2003-12-173-38/+75
|\ \ | |/
| * - Output redirection does not work with run_command(), use system()lenz@mysql.com2003-12-131-3/+2
| | | | | | | | instead.
| * - added missing space for previous commitlenz@mysql.com2003-12-131-1/+1
| |
| * - Some small Perl enhancements for Do-compile: use more Perl builtins.lenz@mysql.com2003-12-131-3/+5
| |
| * - Reworked the Do-rpm build script to be more flexiblelenz@mysql.com2003-12-121-27/+58
| | | | | | | | - Reworked testing for gcc3 in the RPM spec file a bit
| * - Rather "bk cat" the files from the mysqldoc BK tree during Bootstraplenz@mysql.com2003-12-111-8/+13
| | | | | | | | | | | | than trying to copy them (they might have been "bk clean"ed and thus not available for copying) - Brushed up the Bootstrap online help a bit
* | - internals.texi will now be part of the source distribution. However,lenz@kallisto.local2003-11-181-1/+1
| | | | | | | | | | | | | | as this is a document that belongs to the mysqldoc tree, it needs to be copied over manually (using the Bootstrap script), before doing an official release distribution. The file Docs/internals.texi in this tree is only a dummy file to keep "make dist" happy.
* | - added option "--readline" to enable linking against libreadlinelenz@kallisto.local2003-09-231-12/+20
| | | | | | | | | | (instead of libedit, which is the default for 4.1) - brushed up the usage help text a bit
* | - Polished mysql-copyright a bit and added call to removelenz@kallisto.local2003-09-231-11/+16
| | | | | | | | | | cmd-line-utils/readline from the commercial distribution - fixed some copyright headers so mysql-copyright can process them
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-294-283/+339
|\ \ | |/
| * - added missing option "--without-embedded" to be able to compile withoutlenz@mysql.com2003-08-211-0/+1
| | | | | | | | the embedded server (it was missing in the previous push)
| * - Added a missing directory variable definition to the Bootstrap script.lenz@mysql.com2003-08-191-1/+2
| |
| * - Do-pkg can now create a separate package including a MySQL Startup Itemlenz@mysql.com2003-08-191-32/+95
| | | | | | | | for Mac OS X and add it to the installation Disk Image.
| * - Optimized and cleaned up the Do-rpm and Bootstrap Perl scriptslenz@mysql.com2003-08-192-45/+104
| | | | | | | | | | - Enhanced Do-rpm to support building RPMs with different compilers and options
| * make_win_src_distribution.sh:gweir@build.mysql.com2003-08-131-1/+1
| | | | | | | | | | | | Add --zip option for finer grain control over what package formats are created Bootstrap: Create both Windows source packages
| * Fixed typo in the Boostrap striplenz@mysql.com2003-08-131-1/+1
| |
| * - enabled embedded server in the binary distributions by defaultlenz@mysql.com2003-08-122-245/+157
| | | | | | | | | | | | | | | | | | (Do-compile) - added mysql.info to the binary distribution files (BUG#1019) - heavily reworked the Do-rpm script to be more in line with Do-pkg - create a "docs" subdirectory in the binary distribution and moved the manual, ChangeLog and mysql.info file into it to unclutter the top directory
| * - added option "--pull" to be able to update the BK repositories beforelenz@mysql.com2003-08-121-1/+21
| | | | | | | | starting the bootstrap
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-112-2/+6
|\ \ | |/
| * - some fixed for make_win_src_distribution to work properlylenz@mysql.com2003-08-071-4/+0
| |
| * New option for Bootstrap: -w | --win-dist to create Windows source packagegreg@gcw.ath.cx2003-08-071-3/+20
| |
| * - fixed a typo in previous pushlenz@mysql.com2003-07-111-1/+2
| |
| * - fixed a bug in Bootstrap script: simply searching for the last tagged lenz@mysql.com2003-07-111-1/+3
| | | | | | | | | | | | | | | | ChangeSet was not sufficient to get the full ChangeLog between two released versions (when using "--changelog=last") as merging between trees also merges the BK tags. Now we explicitely search for the last tagged ChangeSet that matches our major+minor version number, which should match the last ChangeSet used for the previous release.
| * - make sure to compile with the correct --localstatedir and --libexedir lenz@mysql.com2003-06-301-1/+2
| | | | | | | | | | | | paths for the binary distributions (this will hopefully resolve the "file /usr/local/mysql/libexec/mysqld doesn't exist" error that many people are facing)
* | Add --win-dist parameter to Bootstrap, to run make_win_src_distributiongreg@gcw.ath.cx2003-08-071-3/+16
| |
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+5
|\ \ | |/
| * - don't add separate debug symbol file to the binary distribution, lenz@mysql.com2003-04-071-1/+5
| | | | | | | | | | if it's built with debugging enabled or not stripped (save disk space)
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-04-031-31/+45
|\ \ | |/ | | | | into narttu.mysql.fi:/my/mysql-4.1
| * - fixed typo (build_command -> build-command)lenz@mysql.com2003-03-251-1/+1
| |
| * - added new option "--build-command" to be able to use differentlenz@mysql.com2003-03-251-31/+45
| | | | | | | | | | | | commands for building the sources - removed duplicate option "--revision" - added help for new option and reformatted help text a bit