git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9797f
)
Removed MySQL sanity check - needed only for runtime. Using sleep to not hide it...
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 22 Nov 2007 14:45:52 +0000
(14:45 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 22 Nov 2007 14:45:52 +0000
(14:45 +0000)
org.glite.lbjp-common.db/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lbjp-common.db/Makefile
b/org.glite.lbjp-common.db/Makefile
index
bf0dbca
..
767badb
100644
(file)
--- 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}