Date: Sat, 7 Jun 1997 14:19:44 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: current@FreeBSD.ORG Cc: karl@Mcs.Net (Karl Denninger) Subject: Re: Make release failure Message-ID: <19970607141944.FJ15967@uriah.heep.sax.de> In-Reply-To: <19970606174520.25878@Jupiter.Mcs.Net>; from Karl Denninger on Jun 6, 1997 17:45:20 -0500 References: <19970606174520.25878@Jupiter.Mcs.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
As Karl Denninger wrote: > cd /disk/release/usr && rm -rf src && cvs -d co -P src ^ > cvs: invalid option -- P It's obvious if you look into the Makefile. You're missing the CVSROOT variable. <:-) .if !defined(RELEASETAG) cd ${CHROOTDIR}/usr && rm -rf src && \ cvs -d ${CVSROOT} co -P src ^^^^^^^^^^^^^ -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970607141944.FJ15967>