Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 1997 13:05:03 -0700 (PDT)
From:      Tom Bartol <bartol@salk.edu>
To:        freebsd-hackers@freebsd.org
Cc:        freebsd-current@freebsd.org
Subject:   Trouble with make release
Message-ID:  <Pine.BSF.3.95.970416123743.8888A-100000@pauling.salk.edu>

next in thread | raw e-mail | index | archive | help

Hi,

I've searched through the FreeBSD mail archives and FAQ but found no
reference to my question: 

How do you do a "make release" in /usr/src/release.

I'm running -current and would like make my own snapshot with make
release.  I've looked at the Makefile in /usr/src/release and set the
BUILDNAME and CHROOTDIR variables there.  I then do a make release which
proceeds just fine until it hits the cvs command at which point it gorks
as follows:

===> lkm/wcd
install -c -o bin -g bin -m 555   wcd_mod.o
/usr/local/src/freebsd-3.0-CNL/lkm
cd /usr/local/src/freebsd-3.0-CNL/usr && rm -rf src &&  cvs -d  co -P src
cvs: invalid option -- P

Apparently the CVSROOT environment variable is never set so there is just
a blank after "cvs -d" instead of an absolute path name.  Does anyone have
any clues as to how I to fix this?

Thanks much,

Tom 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970416123743.8888A-100000>