Hi, I have a little request, which should be considered "very very very
very low priority" but would be useful nonetheless... in Makefile.in
there are two lines with additional space at end of line and my editor
strip it, so I must hand-edit the cygwin-specific patch in order to
create the package (nothing serious: only patch is using /usr instead of
/usr/local as a default prefix and installing
$(srcdir)/CYGWIN-PATCHES/rsync-2.5.5.README in ${prefix}/doc/Cygwin).
As I said of course this has ZERO priority, but if there are no real
reasons not to do it, it would simplify things just a bit =)
diff -urN rsync-2.5.5-orig/Makefile.in rsync-2.5.5/Makefile.in
--- rsync-2.5.5-orig/Makefile.in Mon Mar 25 04:36:56 2002
+++ rsync-2.5.5/Makefile.in Thu Apr 4 20:38:23 2002
@@ -28,7 +28,7 @@
@LIBOBJS@
ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \
zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o \
- zlib/zutil.o zlib/adler32.o
+ zlib/zutil.o zlib/adler32.o
OBJS1=rsync.o generator.o receiver.o cleanup.o sender.o exclude.o
util.o main.o checksum.o match.o syscall.o log.o backup.o
OBJS2=options.o flist.o io.o compat.o hlink.o token.o uidlist.o
socket.o fileio.o batch.o \
clientname.o
@@ -37,7 +37,7 @@
popt/popthelp.o popt/poptparse.o
OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ) $(ZLIBOBJ) @BUILD_POPT@
-TLS_OBJ = tls.o syscall.o lib/permstring.o
+TLS_OBJ = tls.o syscall.o lib/permstring.o
# Programs we must have to run the test cases
CHECK_PROGS = rsync tls getgroups trimslash
@@ -105,8 +107,8 @@
# directories, just in case somebody previously configured things in
# the source directory.
distclean: clean
- rm -f Makefile config.h config.status
- rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status
+ rm -f Makefile config.h config.status
+ rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status
rm -f config.cache config.log
rm -f $(srcdir)/config.cache $(srcdir)/config.log
@@ -119,7 +121,7 @@
finddead:
nm *.o */*.o |grep 'U ' | awk '{print $$2}' | sort -u >
nmused.txt
nm *.o */*.o |grep 'T ' | awk '{print $$3}' | sort -u >
nmfns.txt
- comm -13 nmused.txt nmfns.txt
+ comm -13 nmused.txt nmfns.txt
# 'check' is the GNU name, 'test' is the name for everybody
else :-)
.PHONY: check test
@@ -154,14 +156,14 @@
# Run the SPLINT (Secure Programming Lint) tool. <www.splint.org>
.PHONY: splint
-splint:
+splint:
splint +unixlib +gnuextensions -weak rsync.c
rsync.dvi: doc/rsync.texinfo
texi2dvi -o $@ $<
-rsync.ps: rsync.dvi
+rsync.ps: rsync.dvi
dvips -ta4 -o $@ $<
rsync.pdf: doc/rsync.texinfo
--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)