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