You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2007/04/24 13:18:27 UTC

Re: svn commit: r531875 - /httpd/httpd/trunk/Makefile.in

On Tue, Apr 24, 2007 at 10:56:15AM -0000, Martin Kraemer wrote:
> Author: martin
> Date: Tue Apr 24 03:56:14 2007
> New Revision: 531875
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=531875 Log: Add 
> forgotten '||true' to prevent 'make install-man' from returning an 
> error if rsync is not present on the platform

If rsync isn't present how did you fall through to this path?

            if test -d $(htdocs-srcdir) && test "x$(RSYNC)" != "x" && 
test -x $(RSYNC) ; then \

What failure did you see?

joe