summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2002-03-20 * Make "make install-strip" works properly, and "make install"Martin Pool1-7/+7
2002-03-16Add more rules for make distclean.Martin Pool1-2/+6
2002-03-16"make distclean": We try to delete built files from both the sourceMartin Pool1-2/+6
2002-03-14Add phony target to run Splint.Martin Pool1-0/+6
2002-03-14"make install-strip" works. (Greg Louis)Martin Pool1-2/+3
2002-02-25Add targets to build documentation from Texinfo.Martin Pool1-0/+9
2002-02-23Make "make proto" work for VPATH builds.Martin Pool1-1/+1
2002-02-18Fix bug that made tls.o not be removed by 'make clean'.Martin Pool1-3/+3
2002-01-25The name resolution stuff is getting complicated -- split it out intoMartin Pool1-1/+2
2001-11-30Add "$(OBJS): config.h" so everything will rebuild if config.h changes.David Dykstra1-0/+2
2001-11-30Add message to ignore warnings about mktempMartin Pool1-0/+1
2001-11-27Use tls rather than the OS's ls(1) so that we have more chance ofMartin Pool1-2/+2
2001-11-27make clean can rm config.cache but not config.h, or it wil jam.Martin Pool1-10/+5
2001-11-27Make clean should also remove the autoconf cache etc.Martin Pool1-1/+2
2001-11-24Get rid of rule disliked by Sun Make.Martin Pool1-3/+1
2001-11-24Set rsync version in configure.inMartin Pool1-0/+3
2001-11-24Fix Makefile syntax problem when LIBOBJS is defined.Martin Pool1-1/+1
2001-11-24Rebuild if headers changed.Martin Pool1-0/+2
2001-11-23Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool1-0/+6
2001-09-07Add a little implementation of ls(1) so that we can look at all andMartin Pool1-4/+12
2001-08-29$RSYNC must be set to absolute path so that it can be passed to --rsync-pathMartin Pool1-1/+1
2001-08-29Remove testtmp directory on 'clean'.Martin Pool1-2/+7
2001-08-29More test case work:Martin Pool1-1/+8
2001-08-29Redraft testsuite driver script to unify 'make check', 'makeMartin Pool1-1/+12
2001-08-17Set up scratch directory for tests.Martin Pool1-1/+1
2001-08-17Try to fix "make check" directory path.Martin Pool1-2/+1
2001-08-16Start to unify the "make check" and build farm test suitesMartin Pool1-0/+8
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-1/+1
2001-05-02use mkstemp on systems where it is secureAndrew Tridgell1-5/+2
2001-03-21i hate makefiles that automatically run configureAndrew Tridgell1-1/+1
2001-02-27Explain that the mktemp warning is harmless.Martin Pool1-1/+11
2001-02-24Upgrade from including popt1.2 to a version of popt1.5 trimmed down toMartin Pool1-7/+4
2001-02-23Change from getopt to popt.Martin Pool1-1/+6
2000-09-05added LFS support for Solaris 8Andrew Tridgell1-0/+1
2000-08-19I don't like automatic header dependenciesAndrew Tridgell1-4/+0
2000-01-23handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell1-1/+1
2000-01-10Make all the rsync objects dependent on all the header files except theDavid Dykstra1-0/+4
1999-08-30separated out the make_backup code in preparation for some patchesAndrew Tridgell1-1/+1
1999-03-09Add distclean target to Makefile.in.David Dykstra1-0/+3
1998-10-29Fix for systems such as Unixware that have a cc that does not support -oDavid Dykstra1-1/+3
1998-10-29changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1-4/+4
1998-10-27- Define bindir and mandir as per gnu makefile standardsDavid Dykstra1-9/+12
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-1/+1
1998-09-09added finddead target, removed dead code and made some functionsAndrew Tridgell1-0/+8
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-1/+1
1998-07-17removed old "make dist" targetAndrew Tridgell1-7/+0
1998-06-18use LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)Andrew Tridgell1-1/+1
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-1/+1
1998-05-22Update to use the new zlib-1.1.2 code.Paul Mackerras1-2/+5
1998-05-15use a separate "make man" target so people don't need yodlAndrew Tridgell1-5/+5