From owner-freebsd-stable@FreeBSD.ORG Sun May 22 20:08:11 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74C816A41C for ; Sun, 22 May 2005 20:08:11 +0000 (GMT) (envelope-from gabor.kovesdan@freemail.hu) Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C487A43D4C for ; Sun, 22 May 2005 20:08:10 +0000 (GMT) (envelope-from gabor.kovesdan@freemail.hu) Received: from [80.98.207.149] by viefep12-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050522200807.BVOC2846.viefep12-int.chello.at@[80.98.207.149]> for ; Sun, 22 May 2005 22:08:07 +0200 Message-ID: <4290E6A5.7080601@freemail.hu> Date: Sun, 22 May 2005 22:08:05 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Making release with EXTSRC tag X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 20:08:11 -0000 Hello, I'm about to build an own install disc from 5.3-RELEASE-p15 but I don't want to mirror the whole CVS repo. I have my RELENG_5_3 source tree in /usr/src and according to this I edited my /usr/src/release/Makefile. I set the EXTSRC macro to /usr/src and I did a 'make buildworld' to fill /usr/obj with the system binariesand then I changed to /usr/src/release directory and I typed: 'make MAKE_ISOS=YES MAKE_FLOPPIES=YES CVSROOT=/usr/src release'. I had to set CVSROOT macro, because the Makefile requires it even if I use EXTSRC and do not want to checkout anything. The release process stopped with this: if [ -f /etc/resolv.conf ]; then cp -p /etc/resolv.conf /home/tux/release/etc; fi rm -rf /home/tux/release/usr/src cd /home/tux/release/usr && cp -R -H /usr/src src rm -rf /home/tux/release/usr/ports cd /home/tux/release/usr && cvs -R -d /usr/src co -P ports cvs [checkout aborted]: /usr/src/CVSROOT: No such file or directory *** Error code 1 Stop in /usr/src/release. Do You have any experience with this? What can I do now? Btw, I uploaded the Makefile: http://tux.t-hosting.hu/Makefile Cheers, Gábor Kövesdán