option --delete still not completely working (2.5.2)

2002-01-26 Thread Phil Howard
This problem has persisted for as long as I've used rsync. When the --delete option is used, not all files are deleted from the target, even though said files are not present in the source. The particular cases that cause this are when the target has a directory with files, and the source is some

[PATCH] Re: Makefile.in (install-strip) problem & 2.5.2 build error

2002-01-26 Thread Phil Howard
On Sat, Jan 26, 2002 at 05:40:36PM +0100, Peter Breitenlohner wrote: | 2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails. | The complete log from configure and make is attached. ... | gcc -I. -I../rsync-2.5.2 -O2 -DHAVE_CONFIG_H -Wall -W -c ../rsync-2.5.2/rsync.c -o |rsyn

Makefile.in (install-strip) problem & 2.5.2 build error

2002-01-26 Thread Peter Breitenlohner
Hi, 1. "make install-strip" (in rsync-2.5.x) tries to strip the manpages and thus fails; attached is a patch fixing the Makefile logic (and also adding DESTDIR -- convenient for package-building or test-installing). 2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails. The com