Date: Sun, 28 May 2000 08:57:00 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> To: Bruce Evans <bde@zeta.org.au> Cc: Warner Losh <imp@village.org>, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx Makefile Message-ID: <393141CC.AC531E7D@cup.hp.com> References: <Pine.BSF.4.21.0005290023480.414-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote: > > By "standalone" builds, I mean ones not run as part of makeworld. > buildkernel in /usr/src/Makefile.inc1 can't be part of makeworld until > makeworld builds all tools necessary to build kernels. It currently > builds at least btxldr, config, elf2exe, genassym and gensetdefs, but > not aicasm. The buildkernel target builds aicasm itself. We have to specifically build /dev/aic7xxx as a tool (ie non-cross build) before we build the kernel, otherwise we wouldn't be able to cross-build kernels. Building aicasm as part of makeworld implies that it needs to be installed. Do we want that? -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 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?393141CC.AC531E7D>