From: František Dvořák Date: Thu, 22 Nov 2007 14:45:52 +0000 (+0000) Subject: Removed MySQL sanity check - needed only for runtime. Using sleep to not hide it... X-Git-Tag: glite-yaim-lb_R_4_0_1_1~25 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=aa09f0b90dd18cba760cc4c4611fb38f6299bd8b;p=jra1mw.git Removed MySQL sanity check - needed only for runtime. Using sleep to not hide it entirely. --- diff --git a/org.glite.lbjp-common.db/Makefile b/org.glite.lbjp-common.db/Makefile index bf0dbca..767badb 100644 --- a/org.glite.lbjp-common.db/Makefile +++ b/org.glite.lbjp-common.db/Makefile @@ -74,7 +74,7 @@ default all: compile doc libglite_lbu_db.la: ${LOBJS} if [ -z "${MYSQL_LIBPATH}" ]; then \ echo "MySQL shared library not found!"; \ - exit 1; \ + sleep 15; \ fi ${LINK} -o $@ $< ${EXT_LIBS}