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:20:09
--orO6xySwJI16pVnm
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Apr 22, 2003 at 11:15:28AM -0500, mr grip wrote:
>=20
> if i run cd /usr && rm -rf src obj && mkdir src obj && export
> CVSROOT=3Danoncvs@anoncvs.netbsd.org:/cvsroot && export CVS_RSH=3Dssh &&
> cvs checkout -rnetbsd-1-6 src && cd src && ./build.sh tools &&
> ./build.sh kernel=3DGENERIC && mv /netbsd /onetbsd && mv
> sys/arch/i386/compile/GENERIC/netbsd / && ./build.sh distribution &&
> ./build.sh install=3D/ it fails at the step where it would move in the
> new kernel.
>=20
> cd /usr && find . -name netbsd|grep i386 yields nothing.
>=20
> ./build.sh kernel=3DGENERIC appears to build the entire system (as
> evidenced by the long compile time and the fact that it runs the
> postinstall script aftward).

that's because you are using -current build.sh syntax with netbsd-1-6
build.sh, which is different.


   -current                 |   netbsd-1-6
-------------------------------------------------------
 ./build.sh tools           | ./build.sh -t
-------------------------------------------------------
 ./build.sh kernel=3DGENERIC  | cd sys/arch/[arch]/conf;
                            | [tools]/nbconfig GENERIC;
                            | cd ../compile/GENERIC;
                            | [tools]/nbmake depend all
-------------------------------------------------------
 ./build.sh distribution    | ./build.sh -d
 ./build.sh install=3D/       |
-------------------------------------------------------

see build.sh -h for syntax, BUILDING for details.


regards,

--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org>                   --
--                  <salo@silcnet.org>                   --

--orO6xySwJI16pVnm
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)

iD8DBQE+pcAZiwjDDlS8cmMRAo16AKCGM0kOK7ZgXo+0wuL72EhNdIEgfQCeOrEr
chHvUrFKQayTGI0uGWP+6H8=
=u5Ya
-----END PGP SIGNATURE-----

--orO6xySwJI16pVnm--