]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up the libunbound build to avoid accidentally regenerating the
authordes <des@FreeBSD.org>
Sat, 19 Jul 2014 18:38:48 +0000 (18:38 +0000)
committerdes <des@FreeBSD.org>
Sat, 19 Jul 2014 18:38:48 +0000 (18:38 +0000)
commitd3e404ac25a60a1da01332f6d06ad1fded3f45dd
tree55ee412bff9608bc8a6b2851e6e0cfd65a32822d
parentafb6ef5a719a44dd2c45c7524dd7f3172f32e1f3
Clean up the libunbound build to avoid accidentally regenerating the
configuration lexer and parser during buildworld.  Instead of being
included in the source as it is in the upstream distribution, the code is
now always generated (in ${.OBJDIR}) at build time.

PR: 190739
MFC after: 1 week
contrib/unbound/freebsd-configure.sh
contrib/unbound/util/config_file.c
contrib/unbound/util/configlexer.c [deleted file]
contrib/unbound/util/configlexer.lex
contrib/unbound/util/configparser.c [deleted file]
contrib/unbound/util/configparser.h [deleted file]
contrib/unbound/util/configparser.y
lib/libunbound/Makefile