From: Aleš Křenek Date: Mon, 1 Jun 2009 12:19:03 +0000 (+0000) Subject: Disable notif-interlogd, it's build in lb.notif-logger now. X-Git-Tag: glite-lb-logger_R_1_4_11_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=db26901ffe99bff11eb3eede9ed365bc983b4342;p=jra1mw.git Disable notif-interlogd, it's build in lb.notif-logger now. --- diff --git a/org.glite.lb.logger/Makefile b/org.glite.lb.logger/Makefile index efe5a05..a759033 100644 --- a/org.glite.lb.logger/Makefile +++ b/org.glite.lb.logger/Makefile @@ -118,7 +118,7 @@ MAN = $(MAN_GZ:.gz=) default: all -all compile: $(LOGD) $(INTERLOGD) $(NOTIF_INTERLOGD) ${MAN_GZ} +all compile: $(LOGD) $(INTERLOGD) ${MAN_GZ} glite-lb-logd: ${LOGD_OBJS} ${LINK} -o $@ ${LOGD_OBJS} ${COMMON_LIB}_${nothrflavour} @@ -191,9 +191,9 @@ install: -mkdir -p ${PREFIX}/share/man/man8 ${INSTALL} -m 755 ${LOGD} ${PREFIX}/bin ${INSTALL} -m 755 ${INTERLOGD} ${PREFIX}/bin - if [ x${DOSTAGE} = xyes ]; then \ - ${INSTALL} -m 755 ${NOTIF_INTERLOGD} ${PREFIX}/bin; \ - fi +# if [ x${DOSTAGE} = xyes ]; then \ +# ${INSTALL} -m 755 ${NOTIF_INTERLOGD} ${PREFIX}/bin; \ +# fi ifdef LB_PERF ${INSTALL} -m 755 ${top_srcdir}/src/perftest_ll.sh ${PREFIX}/sbin ${INSTALL} -m 755 ${top_srcdir}/src/perftest_il.sh ${PREFIX}/sbin