svn commit: r261252 - head/sys/arm/arm

Andrew Turner andrew at fubar.geek.nz
Thu Jan 30 22:07:23 UTC 2014


On Tue, 28 Jan 2014 22:07:16 +0000 (UTC)
Warner Losh <imp at FreeBSD.org> wrote:

> Author: imp
> Date: Tue Jan 28 22:07:16 2014
> New Revision: 261252
> URL: http://svnweb.freebsd.org/changeset/base/261252
> 
> Log:
>   Fix clang warning.

This broke Tinderbox as sys/bus.h includes device_if.h and bus_if.h but
these files haven't been generated when we build genassym.o.

A simple fix is to add a rule to sys/conf/Makefile.arm to have
genassym.o depend on the two above headers, e.g.

genassym.o: device_if.h bus_if.h

Andrew


More information about the svn-src-head mailing list