From 79d03f77e8281a58534fa7b91a4ff286f5a6a6bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 1 Jun 2005 12:10:13 +0000 Subject: [PATCH] debugging broken cruisecontrol build --- org.glite.lb.proxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.8.2.3