From 37b9a968674831d3ff0fa107eee6cdf3968a25ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 1 Sep 2008 11:37:32 +0000 Subject: [PATCH] Fix/workaround hanging recent etics during build. --- org.glite.lb.client/Makefile | 5 ----- org.glite.lb.common/Makefile | 5 ----- 2 files changed, 10 deletions(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 0f5ea8a..ea6c4c6 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -173,10 +173,6 @@ compile all: check_version generate ${LIB} ${THRLIB} ${PLUSLIB} ${THRPLUSLIB} ${ endif generate: ${GEN_HDRS} - rm -vf ${globalprefix} ${lbprefix} ${HDRS} - ln -vs . ${globalprefix} - ln -vs . ${lbprefix} - for i in ${HDRS}; do ln -vs ../interface/$$i $$i ; done default: all @@ -358,7 +354,6 @@ clean: rm -rvf ${LIB} ${THRLIB} ${TOOLS} logevent ${PLUSLIB} ${THRPLUSLIB} ${MAN_GZ} ${MAN8_GZ} rm -rvf ${EXAMPLES} ${EXAMPLES_CL} ${EXAMPLES_CL_THR} ${sh_PROGS} rm -f EventAttrNames.pl - rm -vf ${globalprefix} ${lbprefix} rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ check_version: diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index ccd8fad..956c63c 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -111,10 +111,6 @@ endif default: all generate: ${GEN_HDRS} - rm -vf ${globalprefix} ${lbprefix} ${HDRS} - ln -vs . ${globalprefix} - ln -vs . ${lbprefix} - for i in ${HDRS}; do ln -vs ../interface/$$i $$i ; done common_version.h: ${top_srcdir}/project/version.properties echo "#define GLITE_LB_COMMON_VERSION \"${version}\"" >$@ @@ -221,7 +217,6 @@ install: clean: rm -rvf *.o *.lo .libs lib* *.c *.h *.dox C/ CPP/ test_parse il_test parse.cpp events.tex status.tex - rm -vf ${globalprefix} ${lbprefix} rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/ %.o: %.c -- 1.8.2.3