Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 1995 20:29:25 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Subject:   libkern.a going away
Message-ID:  <199512260929.UAA29379@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
I'm about to nuke libkern.a to ensure that all objects are compiled with
the correct ${CFLAGS}.  This will also ensure that all objects are
compiled with the same <sys> and <machine> directories.  Objects that
are currently in the library will be specified by putting their sources
in files.${MACHINE}.  The set of necessary objects has to be machine-
dependent to save space but kernel-independent so that lkms can depend
on all the necessary functions being present.

Does anyone want to do this better or differently?

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512260929.UAA29379>