CVSROOT can be already set in the env
--- /dev/null
+These are the instructions how to build LB for VDT:
+
+$ mkdir lb4vdt
+$ cd lb4vdt
+$ export CVSROOT=:pserver:anonymous@jra1mw.cvs.cern.ch:/cvs/jra1mw
+$ cvs co org.glite.lb
+
+you may need to edit ./org.glite.lb/lb4vdt/Makefile.inc
+to specify some paths (some of them should be set automaticaly,
+e.g. by VDT_LOCATION)
+
+and then (still from the top directory) run
+
+$ ./org.glite.lb/lb4vdt/LB_install.sh 2>&1 | tee log
+
+:)
exit 1
fi
-export CVSROOT=:pserver:anonymous@jra1mw.cvs.cern.ch:/cvs/jra1mw
-#export CVSROOT=:ext:jpospi@jra1mw.cvs.cern.ch:/cvs/jra1mw
+if [ -z "${CVSROOT}" ]; then
+ echo "XXX"
+ export CVSROOT=:pserver:anonymous@jra1mw.cvs.cern.ch:/cvs/jra1mw
+# export CVSROOT=:ext:jpospi@jra1mw.cvs.cern.ch:/cvs/jra1mw
+fi
dep_modules="org.glite.wms-utils.jobid
org.gridsite.core"
mkdir -p build
echo "Entering directory ${TOPDIR}/$i/build"
cd build
- ln -fsv ../Makefile Makefile
+ ln -fsv ../Makefile
# ln -fsv ../../Makefile.inc Makefile.inc
ln -fsv ${LB4VDTDIR}/Makefile.inc
echo "Building"