In message <[EMAIL PROTECTED]>, Ruslan Ermilov writes:
>
>--/9DWx/yDrRhgMJTb
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: inline
>Content-Transfer-Encoding: quoted-printable
>
>On Wed, Feb 19, 2003 at 07:40:19AM -0800, Ruslan Ermilov wrote:
>> ru 2003/02/19 07:40:19 PST
>>=20
>> Modified files:
>> . Makefile=20
>> Log:
>> Fixed universe.
>> =20
>> Folded pc98 into the common case.
>> Retired ${JFLAG} (``make -jX universe'' should work).
>> =20
>> Revision Changes Path
>> 1.276 +30 -34 src/Makefile
>>=20
>Would it be too bad (in anyone's opinion) if we optimize this
>a bit to build modules only once for each architecture, with
>buildworld (-DMODULES_WITH_WORLD)? That would speed-up the
>creation of universe somewhat, but has one bad side effect of
>polluting userland build with kernel stuff, but is easiest
>to implement.
I think we should build the modules as specified by the kernels.
Nothing prevents you from adding
makeoptions MODULES_OVERRIDE="acpi linux"
or similar to your kernels.
Universe just takes time, and that's it. Don't try to optimize it
if the result is less coverage.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message