Possible patch for Irix Makefile problem

2003-01-16 Thread Paul_GreenVOS
I am guessing that since the error is on the first instance of the use of foo$(VAR): foo.o construct, that the Irix makefile parser doesn't know how to deal with this line. Obviously they don't use GNU make So here is a patch to Makefile.in that simplifies the use of variables. This o

[PATCH] Updated patch to rsync for Stratus VOS

2002-11-20 Thread Paul_GreenVOS
This is an updated version of my patches to get rsync to build and run its tests on the Stratus VOS operating system. I have updated this patch to apply cleanly to the current copy of HEAD. I also ran the test suite and discovered that I needed to tweak a few spots in the Makefile to append the e

[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)

2002-11-17 Thread Paul_GreenVOS
This is a corrected version of the patch I originally submitted on September 5th, and resubmitted on October 14th. I have removed the changes that added $(CFLAGS) to the link-only invocations of gcc. Otherwise, the patch is the same as before. My thanks to Paul ([EMAIL PROTECTED]) for noticing m

[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)

2002-10-14 Thread Paul_GreenVOS
** This is a resend of mail I originally sent on September 5th. I am still interested in getting these patches applied, and getting a new config.guess and config.sub. Is there anything else I need to do in order to get these changes accepted? Thanks. PG *

[PATCH] Patches to rsync-2.5.5 for Stratus VOS

2002-09-06 Thread Paul_GreenVOS
I had to make some patches to rsync to get it to build on VOS. We are a POSIX-96 (but not Unix) system. Here is the subset of the patches that I think are general to all platforms. I have tested these here. I was surprised that CPPFLAGS is not available to the compilation rules in the Makefile.