From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 05:02:53 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 C51BF16A4CE for ; Tue, 14 Dec 2004 05:02:53 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB6E43D2F for ; Tue, 14 Dec 2004 05:02:53 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1Ce4po-0001gC-00 for freebsd-questions@freebsd.org; Tue, 14 Dec 2004 00:02:52 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16830.29700.666581.429946@jerusalem.litteratus.org> Date: Tue, 14 Dec 2004 00:03:00 -0500 To: freebsd-questions In-Reply-To: <41BE66CA.9060000@nbritton.org> References: <41BE66CA.9060000@nbritton.org> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Safe to just rebuild kernel after cvsuping src? 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: Tue, 14 Dec 2004 05:02:53 -0000 Nikolas Britton writes: > Is it generally safe to just rebuild the kernel, and not make > world, when your only tracking a release and not -STABLE, > i.g. setting cvsup to track RELENG_5_3? As a general rule, this is _never_ safe. Unless you're prepared to locate and understand all the changes - just bite the bullet and make world. (This is not to say you can't do it and have it work - been there, done that - but you're definitely increasing the odds of a problem.) Robert Huff