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:
fdebda9
)
debugging broken cruisecontrol build
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 1 Jun 2005 12:10:13 +0000
(12:10 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 1 Jun 2005 12:10:13 +0000
(12:10 +0000)
org.glite.lb.proxy/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.proxy/Makefile
b/org.glite.lb.proxy/Makefile
index
531172f
..
4ddaf7f
100644
(file)
--- a/
org.glite.lb.proxy/Makefile
+++ b/
org.glite.lb.proxy/Makefile
@@
-102,6
+102,8
@@
LB_PROXY_LIBS:= \
glite_lb_proxy: lbproxy.o
+ @echo DEBUG: mysql_version=${mysql_version} mysql_prefix=${mysql_prefix}
+ @echo DEBUG: shell: x$(shell echo ${mysql_version} | cut -d. -f1,2)x
${LINK} -o $@ lbproxy.o ${LB_PROXY_LIBS}
default all: compile