You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/11/06 19:16:15 UTC

Re: svn commit: r1198129 - /subversion/trunk/subversion/tests/libsvn_delta/editor-test.c

hwright@apache.org wrote on Sun, Nov 06, 2011 at 04:41:04 -0000:
> Author: hwright
> Date: Sun Nov  6 04:41:04 2011
> New Revision: 1198129
> 
> URL: http://svn.apache.org/viewvc?rev=1198129&view=rev
> Log:
> Fix build after r1198127.  Apparently gen-make doesn't include C files in the
> dependency graph, so changes to the delta shim APIs don't force a recompile
> of the editor tests.

Of course it doesn't.  It even prints a WARNING at autogen.sh time.  So
perhaps the Right Fix would be to, ahem, do something to stop that 
warning from being emitted.

(and I don't meant redirecting autogen.sh output to /dev/null :P)