From owner-cvs-all Fri Mar 15 4:12: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3030637B404; Fri, 15 Mar 2002 04:11:53 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g2FCBU851484; Fri, 15 Mar 2002 14:11:30 +0200 (EET) (envelope-from ru) Date: Fri, 15 Mar 2002 14:11:30 +0200 From: Ruslan Ermilov To: Makoto Matsushita Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Message-ID: <20020315121130.GA50745@sunbay.com> References: <200203151127.g2FBRlM03640@freefall.freebsd.org> <20020315210448K.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020315210448K.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.3.27i 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 Fri, Mar 15, 2002 at 09:04:48PM +0900, Makoto Matsushita wrote: > > 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. > Yeah, buildworld runs "make all" in sys/boot before making "all" in usr.sbin/sysinstall due to the lucky SUBDIR order in Makefile.inc1, but the actual problem is that we'd need to "make all" in sys/boot before "make depend" in 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? > I'd be happy to look at the patch, please repost the URL. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message