• unknown's avatar
    - enabled embedded server in the binary distributions by default · 965050af
    unknown authored
       (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
    
    
    Build-tools/Do-compile:
       - enable compiling with the embedded server by default (as requested by
         BrianA) - disable it with the "--disable-embedded" compile option.
    Build-tools/Do-rpm:
       - replaced the original Shell script with a Perl script, similar to Do-pkg.
         Some more work remains to be done (copying the resulting packages,
         enable using different compile flags and compilers).
    scripts/make_binary_distribution.sh:
       - move some docs into a subdirectory "docs" to not clutter the top 
         directory with too many files.
       - added mysql.info info file to the docs dir (BUG#1019)
    965050af
make_binary_distribution.sh 7.92 KB