Subject: Re: 1.6-stable building docs
To: mr grip <jhonold@bigfoot.com>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-help
Date: 04/23/2003 00:42:49
--sLx0z+5FKKtIVDwd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Tue, Apr 22, 2003 at 05:35:07PM -0500, mr grip wrote:
> nice table. thanks!
note that it's very simplified. what i do on my -current system is:
./build.sh -T /opt/tools -O /opt/obj -D /opt/dest -R /opt/release -U
-j 2 distribution sets kernel=3D/path/to/KERNEL
on netbsd-1-6 system i build distribution sets (though there is not
option for build.sh directly and it would be possible to do exactly the
above with more commands, described later) and kernel separately:
./build.sh -T /opt/tools -O /opt/obj -D /opt/dest -R /opt/release -U
cd sys/arch/i386/conf
/opt/tools/bin/nbconfig KERNEL
cd ../compile/KERNEL
/opt/tools/bin/nbmake depend all
to prevent building all the release kernels (though i rather have
GENERIC kernel around in /netbsd.GENERIC), you could omit -R and do
(untested):
cd distrib/sets
/opt/tools/bin/nbmake DESTDIR=3D/opt/dest RELEASEDIR=3D/opt/release sets
so you save some time if you don't need/want the release kernels.
regards,
--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org> --
-- <salo@silcnet.org> --
--sLx0z+5FKKtIVDwd
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)
iD8DBQE+pcVoiwjDDlS8cmMRAm2UAJ4xFQO1sbN1C2qzp7f4uARMhMiTiwCglMkt
Veat2E359EYFl6UizRA7uT8=
=qMdY
-----END PGP SIGNATURE-----
--sLx0z+5FKKtIVDwd--