Date: Tue, 2 Dec 2008 06:47:13 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Paul Saab <ps@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185544 - head/sys/modules/ae Message-ID: <20081202064345.S80401@maildrop.int.zabbadoz.net> In-Reply-To: <200812020445.mB24jXaS048636@svn.freebsd.org> References: <200812020445.mB24jXaS048636@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Dec 2008, Paul Saab wrote: > Author: ps > Date: Tue Dec 2 04:45:33 2008 > New Revision: 185544 > URL: http://svn.freebsd.org/changeset/base/185544 > > Log: > Fix world by including opt_route.h Where did world fail for you? I assume what failed was a single direct module build? Per discussion on current@ we are working on this but it's a long list of files with awkward dependencies to go through. If that was the only problem, the manual module build, please let me know so I can back this out again as soon as the vimage header files are untangled. > Modified: > head/sys/modules/ae/Makefile > > Modified: head/sys/modules/ae/Makefile > ============================================================================== > --- head/sys/modules/ae/Makefile Tue Dec 2 03:58:10 2008 (r185543) > +++ head/sys/modules/ae/Makefile Tue Dec 2 04:45:33 2008 (r185544) > @@ -3,6 +3,6 @@ > .PATH: ${.CURDIR}/../../dev/ae > > KMOD= if_ae > -SRCS= if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h > +SRCS= if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h opt_route.h > > .include <bsd.kmod.mk> > -- Bjoern A. Zeeb Stop bit received. Insert coin for new game.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081202064345.S80401>