1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql.spec.sh Don't install BDB

Do-patch-file	Update for new web structure
Makefile.am	Added dependency for manual_toc.html
Makefile.am	Replaced chmod with RM to avoid error message


include/Makefile.am:
  Replaced chmod with RM to avoid error message
Docs/Makefile.am:
  Added dependency for manual_toc.html
Build-tools/Do-patch-file:
  Update for new web structure
support-files/mysql.spec.sh:
  Don't install BDB
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2000-12-13 12:43:45 +01:00
parent 20da4f8884
commit e9797c89e4
5 changed files with 9 additions and 2 deletions

View File

@ -5,3 +5,4 @@ paul@central.snake.net
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@serg.mysql.com
monty@work.mysql.com

View File

@ -7,7 +7,7 @@ case $# in
esac
PVER=$1;
VER=`grep SERVER_VERSION include/mysql_version.h | cut -d'"' -f2`
VER=`grep SERVER_VERSION /my/tmp/BUILD/include/mysql_version.h | cut -d'"' -f2`
NEWDIR="binary"
NEW="mysql-$VER.tar.gz"
OLD="mysql-$PVER.tar.gz"
@ -37,4 +37,6 @@ cd ../..
/bin/rm -rf patch
chmod a+r,o-w $RESULT binary/*
mv $RESULT $PATCH_DIR
cp binary/mysqlcom-* /net/web/home/production/data/nweb/customer/
rm binary/mysqlcom-*
cp binary/* $RESULT_DIR

View File

@ -56,6 +56,9 @@ manual.txt: manual.texi include.texi
manual.html: manual.texi include.texi $(srcdir)/Support/texi2html
cd $(srcdir) && @PERL@ $(srcdir)/Support/texi2html $(TEXI2HTML_FLAGS) $<
manual_toc.html: manual.html
# Fix: add --output-comment with some interesting info?
# Fix: @image worked with a older version of pdftex.
# Note: @image will work if we first convert all images to pdf ...

View File

@ -45,7 +45,7 @@ link_sources:
# This should be changed in the source and removed.
my_global.h: global.h
-$(CHMOD) u+w my_global.h
$(RM) -f my_global.h
$(CP) global.h my_global.h
# These files should not be included in distributions since they are

View File

@ -159,6 +159,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
--infodir=/usr/info \
--includedir=/usr/include \
--mandir=/usr/man \
--without-berkeley-db \
--with-comment=\"Official MySQL RPM\";
# Add this for more debugging support
# --with-debug