Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 22:07:09 +0000
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r261252 - head/sys/arm/arm
Message-ID:  <20140130220709.695f8275@bender.Home>
In-Reply-To: <201401282207.s0SM7Hde097519@svn.freebsd.org>
References:  <201401282207.s0SM7Hde097519@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Jan 2014 22:07:16 +0000 (UTC)
Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140130220709.695f8275>