From owner-cvs-all Fri Mar 15 4: 5:27 2002 Delivered-To: cvs-all@freebsd.org Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 8F8DA37B400; Fri, 15 Mar 2002 04:04:52 -0800 (PST) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g2FC4pc23788; Fri, 15 Mar 2002 21:04:51 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200203151127.g2FBRlM03640@freefall.freebsd.org> References: <200203151127.g2FBRlM03640@freefall.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 13 From: Makoto Matsushita To: ru@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Date: Fri, 15 Mar 2002 21:04:48 +0900 Message-Id: <20020315210448K.matusita@jp.FreeBSD.org> 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 ru> This introduced chicken and egg problem - we need boot images ru> early in the "depend" stage but they have not yet been built. It is very easy to solve, as nyan-san's patch (I've shown the URL he posted to current@FreeBSD.org before) does it already; run "make all" at src/sys/boot directory before making src/usr.sbin/sysinstall. It is very natual to do that, since sysinstall *really* neads boot0 and its friends to make sysinstall itself. Why you don't like that? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message