Date: Thu, 18 Jan 2007 09:50:10 -0800 From: "Murray Stokely" <murray.stokely@gmail.com> To: "Remko Lodder" <remko@elvandar.org> Cc: ru@freebsd.org, re@freebsd.org, doc@freebsd.org, Marc Ren? Arns <dienst@marcrenearns.de> Subject: Re: make buildkernel fails without complete source tree Message-ID: <474078f80701180950s5e307d27lf91d2d2f2322737b@mail.gmail.com> In-Reply-To: <20070118095724.GS5594@elvandar.org> References: <200701171832.28368.dienst@marcrenearns.de> <20070118095724.GS5594@elvandar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 1/18/07, Remko Lodder <remko@elvandar.org> wrote: > This is not true. I downloaded the packages which are being used by sysinstall > and extracted them. I found the Makefile, it was properly filled with instructions. It looks to me like src/release/makefile builds the tar file ssys.tar by just tarring /usr/src/sys and therefore would in fact be missing /usr/src/Makefile and /usr/src/Makefile.inc1 necessary for "make buildkernel". Taking a look at the tar file: cat ssys.a?? > ssys.tar && tar tvf ssys.tar I see that only files in /usr/src/sys are included. We could add a tar -r -f .. /usr/src/Makefile /usr/src/Makefile.inc1 to release.7 in /usr/src/release/Makefile to automatically add these two files as a special case to the ssys distribution. CCing re@ for any comments on that proposal. - Murray
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474078f80701180950s5e307d27lf91d2d2f2322737b>