https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190739

Dag-Erling Smørgrav <d...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-bugs@FreeBSD.org    |d...@freebsd.org

--- Comment #3 from Dag-Erling Smørgrav <d...@freebsd.org> ---
freebsd-configure.sh is only used when importing a new version of unbound.

The problem is that make has builtin rules for lex and yacc that can't be
turned off.  Most people don't run into this because their configparser.c is
newer (or at least not older) than configparser.y, but sometimes svn plays a
trick on you and suddenly make wants to regenerate configparser.c.  Fixing this
is not simply a matter of removing configlexer.c and configparser.c from the
repo, because make's builtin rules won't produce working code in this case.  As
a workaround, make sure that configlexer.c and configparser.c are newer than
configlexer.lex and configparser.y.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to