summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-2/+2
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-1/+1
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-3/+3
2006-12-27Fix the building of mkrounding$(EXEEXT) when building outside theWayne Davison1-2/+2
2006-12-17- Ensure that mkrouding gets rebuilt when rsync.h changes.Wayne Davison1-1/+4
2006-12-16Build & run mkrounding to make the rounding.h file used by flist.c.Wayne Davison1-4/+15
2006-11-09Need to include lib/snprintf.o when building wildtest.Wayne Davison1-2/+2
2006-10-24Undo temporary changes used for build-farm testing of ACL patch.Wayne Davison1-8/+2
2006-10-24Run patch with -t so that it doesn't ask any questions.Wayne Davison1-1/+1
2006-10-22Use "test" instead of "[ ... ]" for better portability.Wayne Davison1-1/+1
2006-10-22Added missing cleanup of empty ACL files.Wayne Davison1-0/+1
2006-10-22Change the unpatch code for NetBSD.Wayne Davison1-6/+6
2006-10-22Temporary changes to have the build-farm configure and buildWayne Davison1-1/+6
2006-10-14Restore build order back to normal.Wayne Davison1-3/+3
2006-10-13More temporary name juggling to get all code analyzed.Wayne Davison1-2/+2
2006-10-13Temporarily reorder the OBJS line so that the IBM code checkerWayne Davison1-1/+1
2006-10-07Moved some of the variable setup from "make check" into theWayne Davison1-1/+1
2006-07-21Assign datarootdir=@datarootdir@ so that a modern autoconfWayne Davison1-0/+1
2006-04-17Don't use -C with make because it's not portable.Wayne Davison1-3/+3
2006-02-06The "proto" target now builds target "proto.h" from the newWayne Davison1-1/+1
2006-02-06Moved the targets "gen", "proto", and "man" to prepare-source.mak.Wayne Davison1-20/+5
2006-01-13We now use lib/compat.o when building wildtest.Wayne Davison1-2/+2
2005-11-07Added chmod.o to OBJS2.Wayne Davison1-1/+1
2005-07-07Changes for new zlib.Wayne Davison1-3/+2
2004-11-02Always include lib/snprintf.o when we include lib/compat.o.Wayne Davison1-2/+2
2004-10-12Decided we don't need the build_gen target after all.Wayne Davison1-3/+1
2004-10-08A new target, build_gen, works like gen w/o man-page generation.Wayne Davison1-1/+3
2004-10-01Make sure that all programs that use syscall.o also includeWayne Davison1-2/+2
2004-08-12Improved the build rule for getfsdev and added getfsdev.o to theWayne Davison1-3/+3
2004-08-09Added a rule for building getfsdev and for requiring it to run "test".Wayne Davison1-1/+4
2004-07-04Added some missing $(srcdir) references.Wayne Davison1-8/+8
2004-05-15Added a "gen" rule to remake various generated files: configure,Wayne Davison1-11/+12
2004-05-02Got rid of a TODO comment that was fixed long ago.Wayne Davison1-3/+0
2004-05-02Renamed variable STRIP to INSTALL_STRIP to avoid an accidental matchWayne Davison1-2/+2
2004-02-10Added lib/pool_alloc.h to the HEADERS.Wayne Davison1-1/+1
2004-02-10Make idev, hlink and file_struct + strings use allocationJ.W. Schultz1-1/+1
2003-07-30Changed lib/fnmatch.o to lib/wildmatch.o.Wayne Davison1-1/+1
2003-07-05A wildtest change to handle someone using the included popt lib.Wayne Davison1-1/+1
2003-07-05Added dependencies for wildtest.o.Wayne Davison1-0/+1
2003-07-05Another change to the wildtest rule to make it more portable.Wayne Davison1-1/+1
2003-07-05Changed the build rule for wildtest.Wayne Davison1-3/+2
2003-07-05Build "wildtest" for "make check".Wayne Davison1-2/+6
2003-03-21Cleanup: Added header files to dependancies.J.W. Schultz1-1/+2
2003-01-20Backed out Paul Green's IRIX patch since it didn't seem to be a part ofWayne Davison1-16/+11
2003-01-18Got rid of trailing whitespace and tweaked a few things that mightWayne Davison1-15/+14
2003-01-18Trying out Paul Green's IRIX patch to see if it fixes the syntaxWayne Davison1-11/+16
2003-01-10Paul Green's changes to add $(EXEEXT) and $(CPPFLAGS) as appropriate.Wayne Davison1-13/+16
2003-01-10Clean up better after the testsuite check programs. Patch from J.W. Schultz.David Dykstra1-1/+4
2002-04-08t_unsafe needs asnprintf on some platforms.Martin Pool1-1/+1
2002-04-08handle yodl and vpathMartin Pool1-4/+4