From owner-freebsd-current Sat Feb 8 06:51:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15003 for current-outgoing; Sat, 8 Feb 1997 06:51:58 -0800 (PST) Received: from nexgen.ampr.org (max2-134.HiWAAY.net [208.147.145.134]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA14998 for ; Sat, 8 Feb 1997 06:51:54 -0800 (PST) Received: from nexgen.ampr.org (localhost [127.0.0.1]) by nexgen.ampr.org (8.8.5/8.8.4) with ESMTP id IAA14011 for ; Sat, 8 Feb 1997 08:51:51 -0600 (CST) Message-Id: <199702081451.IAA14011@nexgen.ampr.org> X-Mailer: exmh version 1.6.9 8/22/96 To: freebsd-current@FreeBSD.ORG Subject: make release problems From: dkelly@HiWAAY.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 Feb 1997 08:51:49 -0600 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had the great idea I'd try to roll my own release during some idle CPU cycles: nexgen: {179} uname -a FreeBSD nexgen.ampr.org 2.2-GAMMA FreeBSD 2.2-GAMMA #0: Sat Feb 8 07:30:46 CST 1997 dkelly@nexgen.ampr.org:/usr/src/sys/compile/NEXGEN i386 nexgen: {180} cd /usr/src/release nexgen: {181} make release CHROOTDIR=/usr/release RELEASETAG=2.2-GAMMA-DMK chflags -R noschg /usr/release/. ... ===> lkm/wcd install -c -o bin -g bin -m 555 wcd_mod.o /usr/release/lkm cd /usr/release/usr && rm -rf src && cvs -d co -P -r 2.2-GAMMA-DMK src cvs: invalid option -- P Usage: cvs [cvs-options] command [command-options] [files...] Where 'cvs-options' are: -H Displays Usage information for command -Q Cause CVS to be really quiet. -q Cause CVS to be somewhat quiet. -r Make checked-out files read-only -w Make checked-out files read-write (default) -l Turn History logging off -n Do not execute anything that will change the disk -t Show trace of program execution -- Try with -n -v CVS version and copyright -b bindir Find RCS programs in 'bindir' -e editor Use 'editor' for editing log information -d CVS_root Overrides $CVSROOT as the root of the CVS tree -f Do not use the ~/.cvsrc file -z # Use 'gzip -#' for net traffic if possible. -s VAR=VAL Set CVS user variable. and where 'command' is: add, admin, etc. (use the --help-commands option for a list of commands) *** Error code 1 I've been updating my source tree with CTM: nexgen: {187} cat /usr/src/.ctm* src-2.2 162 nexgen: {188} I'm guessing my "make release" fails because I don't have CVS initialized for this source tree. Do I need to change my update model to CVSup? -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.