Date: Sat, 31 Jan 1998 13:24:10 -0800 From: Paul Traina <root@precipice.shockwave.com> To: Andreas Klemm <andreas@klemm.gtn.com> Cc: cvs-committers@FreeBSD.ORG Subject: Re: if defined INTCVSROOT, make release tries to checkout eBones... Message-ID: <199801312124.NAA04468@precipice.shockwave.com> In-Reply-To: Your message of "Sat, 31 Jan 1998 09:43:11 %2B0100." <19980131094311.11236@klemm.gtn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
No, it's not, and now that we can cvsup the crypto bits from the domestic repository, there's no need for folks to keep two copies of the repository around, so INTCVSROOT should die completely (I put it in to solve this problem originally). Paul From: Andreas Klemm <andreas@klemm.gtn.com> Subject: if defined INTCVSROOT, make release tries to checkout eBones... Hi, is this still valid in src/release/Makefile ? if !defined(RELEASETAG) cd ${CHROOTDIR}/usr && rm -rf src && \ cvs -d ${CVSROOT} co -P src .if defined(INTCVSROOT) cd ${CHROOTDIR}/usr && \ cvs -d ${INTCVSROOT} co -P src/secure src/eBones ^^^^^^^^^^ .endif .else cd ${CHROOTDIR}/usr && rm -rf src && \ cvs -d ${CVSROOT} co -P -r ${RELEASETAG} src .if defined(INTCVSROOT) cd ${CHROOTDIR}/usr && \ cvs -d ${INTCVSROOT} co -P -r ${RELEASETAG} src/secure src/eBones ^^^^^^^^^^ .endif .endif -- Andreas Klemm powered by ,,symmetric multiprocessor FreeBSD''
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801312124.NAA04468>