From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 02:15:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0060E16A4CE for ; Sun, 29 Feb 2004 02:15:04 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1BD43D1F for ; Sun, 29 Feb 2004 02:15:03 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: , Date: Sun, 29 Feb 2004 11:14:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040229013517.99D7C19@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040229101501.927B82B4DA4@mail.evilcoder.org> Subject: RE: kernel compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 10:15:04 -0000 He stated that he used: #make buildkernel KERNCONF=GENERIC That is not a make world, so he can safely recompile his kernel in my opinion, Will try to examine his problem today :) Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens Danny Pansters Verzonden: zondag 29 februari 2004 2:33 Aan: freebsd-questions@freebsd.org Onderwerp: Re: kernel compile error On Sunday 29 February 2004 01:39, Remko Lodder wrote: > Hi dude, > > It's not harmfull to replay the whole process, > The way i do it is go to the dir > > cd /usr/src/sys/i386/conf/ > edit the GENERIC file, > cd ../compile/GENERIC > make clean && make depend && make && make install > the && makes sure the next command only get's runned when > the previous command complete succesfully or returned status 0 (success in > almost every case :)) You shouldn't do this while in a 'make world' cycle. (or if you insist do it from /usr/obj instead) HTH, Dan _______________________________________________ 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"