Fix/workaround hanging recent etics during build.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 1 Sep 2008 11:37:32 +0000 (11:37 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 1 Sep 2008 11:37:32 +0000 (11:37 +0000)
org.glite.lb.client/Makefile
org.glite.lb.common/Makefile

index 0f5ea8a..ea6c4c6 100644 (file)
@@ -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:
index ccd8fad..956c63c 100644 (file)
@@ -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