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:
@ -5,3 +5,4 @@ paul@central.snake.net
|
|||||||
sasha@mysql.sashanet.com
|
sasha@mysql.sashanet.com
|
||||||
sasha@work.mysql.com
|
sasha@work.mysql.com
|
||||||
serg@serg.mysql.com
|
serg@serg.mysql.com
|
||||||
|
monty@work.mysql.com
|
||||||
|
@ -7,7 +7,7 @@ case $# in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
PVER=$1;
|
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"
|
NEWDIR="binary"
|
||||||
NEW="mysql-$VER.tar.gz"
|
NEW="mysql-$VER.tar.gz"
|
||||||
OLD="mysql-$PVER.tar.gz"
|
OLD="mysql-$PVER.tar.gz"
|
||||||
@ -37,4 +37,6 @@ cd ../..
|
|||||||
/bin/rm -rf patch
|
/bin/rm -rf patch
|
||||||
chmod a+r,o-w $RESULT binary/*
|
chmod a+r,o-w $RESULT binary/*
|
||||||
mv $RESULT $PATCH_DIR
|
mv $RESULT $PATCH_DIR
|
||||||
|
cp binary/mysqlcom-* /net/web/home/production/data/nweb/customer/
|
||||||
|
rm binary/mysqlcom-*
|
||||||
cp binary/* $RESULT_DIR
|
cp binary/* $RESULT_DIR
|
||||||
|
@ -56,6 +56,9 @@ manual.txt: manual.texi include.texi
|
|||||||
manual.html: manual.texi include.texi $(srcdir)/Support/texi2html
|
manual.html: manual.texi include.texi $(srcdir)/Support/texi2html
|
||||||
cd $(srcdir) && @PERL@ $(srcdir)/Support/texi2html $(TEXI2HTML_FLAGS) $<
|
cd $(srcdir) && @PERL@ $(srcdir)/Support/texi2html $(TEXI2HTML_FLAGS) $<
|
||||||
|
|
||||||
|
manual_toc.html: manual.html
|
||||||
|
|
||||||
|
|
||||||
# Fix: add --output-comment with some interesting info?
|
# Fix: add --output-comment with some interesting info?
|
||||||
# Fix: @image worked with a older version of pdftex.
|
# Fix: @image worked with a older version of pdftex.
|
||||||
# Note: @image will work if we first convert all images to pdf ...
|
# Note: @image will work if we first convert all images to pdf ...
|
||||||
|
@ -45,7 +45,7 @@ link_sources:
|
|||||||
|
|
||||||
# This should be changed in the source and removed.
|
# This should be changed in the source and removed.
|
||||||
my_global.h: global.h
|
my_global.h: global.h
|
||||||
-$(CHMOD) u+w my_global.h
|
$(RM) -f my_global.h
|
||||||
$(CP) global.h my_global.h
|
$(CP) global.h my_global.h
|
||||||
|
|
||||||
# These files should not be included in distributions since they are
|
# These files should not be included in distributions since they are
|
||||||
|
@ -159,6 +159,7 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
|
|||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--includedir=/usr/include \
|
--includedir=/usr/include \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
|
--without-berkeley-db \
|
||||||
--with-comment=\"Official MySQL RPM\";
|
--with-comment=\"Official MySQL RPM\";
|
||||||
# Add this for more debugging support
|
# Add this for more debugging support
|
||||||
# --with-debug
|
# --with-debug
|
||||||
|
Reference in New Issue
Block a user