[Lunar-commits] CVS: moonbase/sql/mysql BUILD,1.10,1.11
Auke Kok
sofar at lunar-linux.org
Wed Nov 3 22:18:41 UTC 2004
Update of /var/cvs/lunar/moonbase/sql/mysql
In directory espresso.foo-projects.org:/tmp/cvs-serv18690
Modified Files:
BUILD
Log Message:
Hmmm this is needed? weird. Fresh install... can anyone tell my what the de/in-voke-installwatch is doing here?
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/mysql/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD 18 Sep 2004 16:20:09 -0000 1.10
+++ BUILD 3 Nov 2004 22:18:38 -0000 1.11
@@ -4,7 +4,6 @@
devoke_installwatch &&
-# set -x &&
if [ "`arch`" == "alpha" ]; then
export CFLAGS="$CFLAGS -fPIC"
export CXXFLAGS="$CXXFLAGS -fPIC"
@@ -24,10 +23,11 @@
--with-extra-charset=all \
--with-pthread \
$OPTS &&
- set +x &&
invoke_installwatch &&
+
make pkglibdir=/usr/lib &&
prepare_install &&
+ mkdir -p /var/lib/mysql &&
make pkglibdir=/usr/lib install &&
rm -rf /usr/mysql-test &&
if ! grep -q "\--without-server" $MODULE_CONFIG; then
More information about the Lunar-commits
mailing list