Re: Announce: Kernel Build for 2.5, Release 1.11 is available

Ben Collins (bcollins@debian.org)
Mon, 17 Dec 2001 01:26:14 -0500


--hQiwHBbRI9kgIhsi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Mon, Dec 17, 2001 at 04:54:53PM +1100, Keith Owens wrote:
> On Mon, 17 Dec 2001 00:28:12 -0500,
> Ben Collins <bcollins@debian.org> wrote:
> >If anyone needs them, I can provide a small diff for the sparc/sparc64
> >Vger CVS changes to apply on top of the main kbuild-2.5 patch. Very
> >minor change (hint, in Vger, netlink is compiled unconditionally now).
>
> Since they are small, mail them to linux-{kernel,kbuild} and maybe the
> sparc lists as well.

Note, I have not updated to your current tree, so hopefully
net/netlink/Makefile.in hasn't changed. The patch is pretty easy to
apply by hand of course :)

Ben

-- 
 .----------=======-=-======-=========-----------=====------------=-=-----.
/                   Ben Collins    --    Debian GNU/Linux                  \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'

--hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="vger-kbuild-2.5.diff"

--- Makefile.in~ Mon Dec 17 01:24:10 2001 +++ Makefile.in Wed Nov 21 10:31:06 2001 @@ -5,4 +5,4 @@ expsyms(af_netlink.o) objlink(netlink.o af_netlink.o) select(CONFIG_NETLINK_DEV netlink_dev.o) -select(CONFIG_NETLINK netlink.o) +select(netlink.o)

--hQiwHBbRI9kgIhsi-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/