From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 01:55:29 2005 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 86CBA16A4CE for ; Thu, 6 Jan 2005 01:55:29 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A410743D55 for ; Thu, 6 Jan 2005 01:55:28 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost.cs.ait.ac.th [127.0.0.1]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j061tReS027072 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jan 2005 08:55:27 +0700 (ICT) Received: (from on@localhost) by mail.cs.ait.ac.th (8.12.11/8.12.11/Submit) id j061tRYk027069; Thu, 6 Jan 2005 08:55:27 +0700 (ICT) Date: Thu, 6 Jan 2005 08:55:27 +0700 (ICT) Message-Id: <200501060155.j061tRYk027069@mail.cs.ait.ac.th> From: Olivier Nicole To: kris@obsecurity.org In-reply-to: <20050106014855.GA11069@xor.obsecurity.org> (message from Kris Kennaway on Wed, 5 Jan 2005 17:48:56 -0800) X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: System update 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: Thu, 06 Jan 2005 01:55:29 -0000 > Where does it say that? I see only comments in passing about 'make > world', but the explicit directions on how to update (correctly) > mention the separate buildworld/installworld steps. Around line 490 of /usr/src/UPDATING (version 4.10-p5) it reads: To rebuild everything --------------------- make world Except when it doesn't work :-) Olivier