On Tue, 28 Jan 2014 22:07:16 +0000 (UTC)
Warner Losh <i...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to