svn commit: r185544 - head/sys/modules/ae

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Mon Dec 1 22:50:08 PST 2008


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.


More information about the svn-src-all mailing list