From owner-cvs-all Sat Jan 31 13:24:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09344 for cvs-all-outgoing; Sat, 31 Jan 1998 13:24:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from precipice.shockwave.com (precipice.shockwave.com [207.105.15.229]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09338 for ; Sat, 31 Jan 1998 13:24:56 -0800 (PST) (envelope-from root@precipice.shockwave.com) Received: from precipice.shockwave.com (localhost [127.0.0.1]) by precipice.shockwave.com (8.8.8/8.8.8) with ESMTP id NAA04468; Sat, 31 Jan 1998 13:24:13 -0800 (PST) (envelope-from root@precipice.shockwave.com) Message-Id: <199801312124.NAA04468@precipice.shockwave.com> To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG Subject: Re: if defined INTCVSROOT, make release tries to checkout eBones... In-reply-to: Your message of "Sat, 31 Jan 1998 09:43:11 +0100." <19980131094311.11236@klemm.gtn.com> Date: Sat, 31 Jan 1998 13:24:10 -0800 From: Paul Traina Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" 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 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''