Commit e1c55775 authored by monty@work.mysql.com's avatar monty@work.mysql.com
Browse files

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
parent c1581940
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ paul@central.snake.net
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@serg.mysql.com
monty@work.mysql.com
+3 −1
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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 ...
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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