Date: Thu, 18 Oct 2001 00:56:42 -0400 From: The Anarcat <anarcat@anarcat.dyndns.org> To: Libh <freebsd-libh@freebsd.org> Subject: how to build LIBH-BOOT kernel Message-ID: <20011018005642.D471@shall.anarcat.dyndns.org>
next in thread | raw e-mail | index | archive | help
--0IvGJv3f9h+YhkrH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline We have 2 ways of building kernels: the make world way, and the "config" way. One involves "cd /usr/src ; make buildkernel" and the other: cd /sys/${ARCH}/conf config ${KERNCONF} cd ../../compile/${KERNCONF} make depend make Now, currently, the kernel target in floppies/Makefile uses the first strategy, I *think*. Actually, it's doing: cd ${SRC} && ${MAKE} KERNEL=${CONFFILE} NO_MODULES=yes all which is rather odd. Should that be: cd ${SRC} && ${MAKE} KERNEL=${CONFFILE} NO_MODULES=yes buildkernel ? And I think the user should be able to use the second method, as it doesn't require a populated obj/... A. --0IvGJv3f9h+YhkrH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvOYQgACgkQttcWHAnWiGfRXwCffGzX1MqfnJuFHoC+d9BxZelS bdAAoIjm/XQcyVIntyzHgR2ExFtdZ/y1 =Pgr8 -----END PGP SIGNATURE----- --0IvGJv3f9h+YhkrH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011018005642.D471>