mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01: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
This commit is contained in:
parent
c158194076
commit
e1c55775e5
5 changed files with 9 additions and 2 deletions
|
@ -5,3 +5,4 @@ paul@central.snake.net
|
|||
sasha@mysql.sashanet.com
|
||||
sasha@work.mysql.com
|
||||
serg@serg.mysql.com
|
||||
monty@work.mysql.com
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ...
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue