Date: Fri, 13 Oct 2006 20:33:09 +0400 From: Ruslan Ermilov <ru@freebsd.org> To: Vivek Khera <vivek@khera.org> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: FreeBSD and "make -j# buildworld" usability Message-ID: <20061013163309.GC91702@rambler-co.ru> In-Reply-To: <680A85A8-65CE-4CEF-AF3D-AD2AE9FB9F16@khera.org> References: <20061013143130.GW491@dev.null.cz> <680A85A8-65CE-4CEF-AF3D-AD2AE9FB9F16@khera.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Fri, Oct 13, 2006 at 11:06:37AM -0400, Vivek Khera wrote: > > On Oct 13, 2006, at 10:31 AM, Buki wrote: > > >I searched the archives and web a little but found many different > >opinions > >on stability/usability of using make -j# with buildworld (and > >buildkernel). > > Works for me with -j2 on buildworld. > > My buildkernel fails since I compile acpi static. > Hmm, and where and how does it break? This commit (not yet in RELENG_6) doesn't help? : ru 2006-09-06 14:23:40 UTC : : FreeBSD src repository : : Modified files: : sys/i386/acpica Makefile : Log: : Refine previous revision to allow acpi_wakecode.h to be safely built : from both the acpi module build directory and a kernel build directory. : The latter didn't work when one attempted to build a kernel which had : "device acpi" with the "make kernel-toolchain buildkernel" command : because a cross-compiler couldn't find anything in the standard system : include path (it's empty in the kernel-toolchain case). : : Fix this by passing a better root path to kernel headers (src/sys) : which works for both cases, kernel and module (-I@ only worked for : module). : : Also, while here, pass -nostdinc (and a different spelling for icc) -- : it's a feature that the kernel source tree is self-contained, and this : change enforces this. : : Reported by: glebius : : Revision Changes Path : 1.7 +7 -1 src/sys/i386/acpica/Makefile Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFL7/FqRfpzJluFF4RAh8oAJ9c922Ol78MHEDnQusAzx8GsmXtPQCfR0G3 6HL4AbSis8BVKcRlAS31z+I= =B+to -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061013163309.GC91702>
