From owner-freebsd-current Sat Jun 7 05:21:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA15224 for current-outgoing; Sat, 7 Jun 1997 05:21:52 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA15218 for ; Sat, 7 Jun 1997 05:21:49 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id OAA24184; Sat, 7 Jun 1997 14:21:47 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id OAA02147; Sat, 7 Jun 1997 14:19:44 +0200 (MET DST) Message-ID: <19970607141944.FJ15967@uriah.heep.sax.de> 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 References: <19970606174520.25878@Jupiter.Mcs.Net> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970606174520.25878@Jupiter.Mcs.Net>; from Karl Denninger on Jun 6, 1997 17:45:20 -0500 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. ;-)