Date: Fri, 15 Mar 2002 14:11:30 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Makoto Matsushita <matusita@jp.FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Message-ID: <20020315121130.GA50745@sunbay.com> In-Reply-To: <20020315210448K.matusita@jp.FreeBSD.org> References: <200203151127.g2FBRlM03640@freefall.freebsd.org> <20020315210448K.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020315121130.GA50745>