From owner-freebsd-libh Wed Oct 17 21:56:29 2001 Delivered-To: freebsd-libh@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 7191637B403 for ; Wed, 17 Oct 2001 21:56:25 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.94.128.156]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011018045624.TDZY12483.tomts13-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Thu, 18 Oct 2001 00:56:24 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 2ED2719A7 for ; Thu, 18 Oct 2001 00:56:21 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id E3FE420AF3; Thu, 18 Oct 2001 00:56:42 -0400 (EDT) Date: Thu, 18 Oct 2001 00:56:42 -0400 From: The Anarcat To: Libh Subject: how to build LIBH-BOOT kernel Message-ID: <20011018005642.D471@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0IvGJv3f9h+YhkrH" Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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