Date: Thu, 24 Oct 2013 16:17:26 +0100 From: "Steven Hartland" <killing@multiplay.co.uk> To: <freebsd-hackers@freebsd.org>, =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no> Subject: make buildworld edits contrib/unbound/util/configparser.c on stable-10 Message-ID: <5677D36B8E1B460186377C6D1C8B888F@multiplay.co.uk>
next in thread | raw e-mail | index | archive | help
Was just about to commit a change to stable-10 when I noticed at the last second that just doing a make buildworld had edited the source file: contrib/unbound/util/configparser.c It seems its overwritten it with a generated version specific to my environment e.g. svn diff contrib/unbound/util/configparser.c |more Index: contrib/unbound/util/configparser.c =================================================================== --- contrib/unbound/util/configparser.c (revision 257053) +++ contrib/unbound/util/configparser.c (working copy) @@ -15,7 +15,7 @@ #define YYPURE 0 -#line 39 "util/configparser.y" +#line 39 "/usr/home/smh/freebsd/base/stable/10/lib/libunbound/../../contrib/unbound/util/configparser.y" #include "config.h" ... Obviously quite a nasty little gotcha as I could have easily broken the build by checking this unknown change in by mistake. @des: sent to you direct as it looks like you did the initial import of unbound so may know whats going on? Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5677D36B8E1B460186377C6D1C8B888F>