Failure building libdtrace
Jeff Ford
jeff.ford at gmail.com
Fri Jun 15 23:40:26 UTC 2012
On Fri, Jun 15, 2012 at 4:10 PM, Dimitry Andric <dim at freebsd.org> wrote:
> On 2012-06-15 22:13, Jeff Ford wrote:
> > When I try to build directly from src/cddl/lib/libdtrace I get a failure
> > because of a missing file dt_grammar.h. This file is generated by
> > dt_grammar.y. On 9, running make in the same directory runs the yacc
> ahead
> > of cc so the build works.
> >
> > I can fix this locally by moving dt_grammar.y to the top of the file list
> > in Makefile, but what changed, and should it be fixed?
>
> No, just run "make depend" first.
>
Thanks, that fixes the issue, but I'm also curious what caused the change.
I was looking through make file diffs and didn't see anything obvious. (But
I'm new to the BSD make files, so it's unlikely it would be obvious to me.)
--
Jeff Ford
Redmond, WA
More information about the freebsd-current
mailing list