From owner-freebsd-questions@FreeBSD.ORG Mon May 28 01:20:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 894BD16A46B for ; Mon, 28 May 2007 01:20:28 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtao102.cox.net (eastrmmtao102.cox.net [68.230.240.8]) by mx1.freebsd.org (Postfix) with ESMTP id 1B75D13C4BB for ; Mon, 28 May 2007 01:20:27 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao102.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070528012028.CLPZ21965.eastrmmtao102.cox.net@eastrmimpo01.cox.net>; Sun, 27 May 2007 21:20:28 -0400 Received: from serene.no-ip.org ([72.200.17.85]) by eastrmimpo01.cox.net with bizsmtp id 4RLP1X00P1q7YRk0000000; Sun, 27 May 2007 21:20:26 -0400 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.14.1/8.14.1) with ESMTP id l4S1KMlB099602; Sun, 27 May 2007 20:20:23 -0500 (CDT) (envelope-from conrads@cox.net) Message-Id: <200705280120.l4S1KMlB099602@serene.no-ip.org> Date: Sun, 27 May 2007 20:20:22 -0500 From: "Conrad J. Sabatier" To: "Abdullah Ibn Hamad Al-Marri" In-Reply-To: <499c70c0705271023u5cf81a57rbbb86c19806e2722@mail.gmail.com> References: <7c80322b0705270951n3ffe649es8bc57a673b7f8472@mail.gmail.com> <499c70c0705271023u5cf81a57rbbb86c19806e2722@mail.gmail.com> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: Anton Galitch , freebsd-questions@freebsd.org Subject: Re: compiling kernel problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 01:20:28 -0000 On Sun, 27 May 2007 20:23:39 +0300 "Abdullah Ibn Hamad Al-Marri" wrote: > On 5/27/07, Anton Galitch wrote: > > Hi I have a problem while compiling my kernel. When I go > > to /usr/src then make buildkernel ... > > it says that make doesnt know what to do because buildkernel is > > invalid option. > > > > I downloaded the latest source and still the same. > > In /usr/src there is only sys/ directory. > > > > Thanks for any help. > > > > -- > > http://feudaltimes.com.ar - Webmaster, designer and programmer > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > >=20 > You need to check to do csup -L > 2 /usr/share/examples/cvsup/stable-supfile >=20 > Also choose the mirror you need and edit the stable-supfile. If you set the relevant variables in /etc/make.conf, and use "make update", then you do not have to edit the sample supfile: =46rom the sample file /usr/share/examples/etc/make.conf (be sure to uncomment anything you change): #SUP_UPDATE=3D #SUP=3D /usr/bin/csup #SUPFLAGS=3D -g -L 2 #SUPHOST=3D cvsup.uk.FreeBSD.org #SUPFILE=3D /usr/share/examples/cvsup/standard-supfile #PORTSSUPFILE=3D /usr/share/examples/cvsup/ports-supfile #DOCSUPFILE=3D /usr/share/examples/cvsup/doc-supfile > If you are using older version than 6.1 use cvsup. FWIW, if you want to checkout the actual CVS repository, you still need to use cvsup as well. Unfortunately, csup does not yet support CVS mode. --=20 Conrad J. Sabatier