From owner-cvs-all Sun Dec 15 20:15:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0614D37B401; Sun, 15 Dec 2002 20:15:26 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AAB343EDC; Sun, 15 Dec 2002 20:15:24 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id PAA28973; Mon, 16 Dec 2002 15:14:58 +1100 Date: Mon, 16 Dec 2002 15:15:52 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Matthew Dillon Cc: Peter Wemm , "M. Warner Losh" , , Doug Barton , , Subject: Re: Did someone break something? In-Reply-To: <200212160154.gBG1sBWC048837@apollo.backplane.com> Message-ID: <20021216151234.V14439-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 15 Dec 2002, Matthew Dillon wrote: > Sorry for the false alarm guys. I don't know why the boot2 compile > failed but it works when I rebuild the world from scratch > (without -DNOCLEAN), regardless of the -O options I use in /etc/make.conf. > Very odd, I guess the depend list isn't catching everything. This is caused by broken dependencies. boot.ldr doesn't depend on anything so it didn't get rebuilt after a recent commit to the Makefile reduced its size ldr from 512 to 276 bytes. Building the world from scratch works by blowing away the stale cope. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message