From: Aleš Křenek Date: Wed, 1 Jun 2005 12:10:13 +0000 (+0000) Subject: debugging broken cruisecontrol build X-Git-Tag: gridsite-core_R_1_1_9~31 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=79d03f77e8281a58534fa7b91a4ff286f5a6a6bd;p=jra1mw.git debugging broken cruisecontrol build --- diff --git a/org.glite.lb.proxy/Makefile b/org.glite.lb.proxy/Makefile index 531172f..4ddaf7f 100644 --- 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