From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 17:49:27 2003 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 14B1637B401 for ; Mon, 14 Apr 2003 17:49:27 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D9C43F93 for ; Mon, 14 Apr 2003 17:49:26 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by rwcrmhc51.attbi.com (rwcrmhc51) with ESMTP id <2003041500492505100nfa3be>; Tue, 15 Apr 2003 00:49:25 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h3F0nLYT006166; Mon, 14 Apr 2003 20:49:21 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h3F0nHem006163; Mon, 14 Apr 2003 20:49:17 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: dick hoogendijk References: <20030414151006.GA27675@lothlorien.nagual.st> From: Lowell Gilbert Date: 14 Apr 2003 20:49:17 -0400 In-Reply-To: <20030414151006.GA27675@lothlorien.nagual.st> Message-ID: <44r884inzm.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions Subject: Re: stand/sysinstall make install 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, 15 Apr 2003 00:49:27 -0000 dick hoogendijk writes: > After upgrading form 4.7 to 4.8 through source I forgot to do: > # cd /usr/src/release/sysinstall > # make all install > Now my /stand/sysinstall is not updated. Worse thing is, the "make all > install" itself doesnot work anymore. It complains about missing > /usr/obj things... Showing the errors might have helped; I've never built /usr/obj links for sysinstall in the first place, so I can't guess what's happening. > So, to get an updated /stand/sysinstall, do I go over the buildworld > proces all over again or is there a shortcut? Try a "make clean" in that directory (twice, even), and see if it will build then. Don't forget the "make depend" step, either...