summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Support rsync daemon over SSL via stunnel.Wayne Davison2013-06-151-4/+32
* Fix "make check".Wayne Davison2013-06-111-1/+1
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-111-1/+1
* Add compatibility with an unmodified zlib.Wayne Davison2011-11-211-2/+2
* Fix version expansion.Wayne Davison2011-11-211-1/+1
* Don't die if man-copy fails.Wayne Davison2011-04-281-2/+2
* Handle non-srcdir man copying when yodl isn't installed.Wayne Davison2011-04-281-3/+5
* Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison2011-03-261-1/+4
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-04-241-1/+1
* Run each testsuite test with a timeout.Wayne Davison2009-12-131-2/+5
* Add a check30 target.Wayne Davison2009-10-241-0/+3
* Rebuild proto.h if config.h changes.Wayne Davison2009-09-021-1/+1
* Allow a "make reconfigure" to continue, even if the Makefile changes.Wayne Davison2009-04-101-2/+6
* Make sure that config.h.in is up-to-date before allowing theWayne Davison2009-04-041-6/+2
* Make delete_item() public, moving it into delete.c.Wayne Davison2009-01-031-1/+1
* Make it clearer which configure files changed.Wayne Davison2008-11-151-2/+6
* A "make reconfigure" doesn't stop if configure changes.Wayne Davison2008-11-111-3/+7
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+2
* Don't interrupt the make for a generated file didn't really change.Wayne Davison2008-07-171-6/+24
* Improved the build rules for rsync.1 and rsyncd.conf.5 when buildingWayne Davison2008-06-221-2/+4
* Improved the proto.h target so that a build in a different dir from theWayne Davison2008-06-041-1/+1
* Changed the arg-globbing routine to use a custom arg-globbing algorithmWayne Davison2008-03-201-1/+1
* Added missing $(CPPFLAGS) from the building of rounding.h.Wayne Davison2008-03-151-1/+1
* Show the last compile error if we failed to create rounding.h.Wayne Davison2008-03-011-2/+4
* (Matt) Needed to remove a few more files for distclean target.Wayne Davison2008-02-121-0/+3
* Made reconfigure target check if configure.sh was up-to-date.Wayne Davison2008-02-101-1/+1
* Rebuild the Makefile when it is not up-to-date.Wayne Davison2008-01-011-1/+8
* Renamed mkrounding.c to rounding.c.Wayne Davison2008-01-011-4/+4
* Changed the creation of rounding.h to use a set of compile-time checksWayne Davison2008-01-011-13/+14
* If we're cross-compiling, tell the user to run mkrounding on theWayne Davison2008-01-011-1/+8
* Added reconfigure target to re-run configure.Wayne Davison2007-12-291-1/+5
* A few more additions of $(srcdir) to Makefile.in.Wayne Davison2007-11-301-5/+5
* Fixed a build problem for those building in a different dir fromWayne Davison2007-11-301-2/+2
* Improved header-file dependency rules even more.Wayne Davison2007-11-301-4/+5
* Make sure that the test programs get rebuilt when a headerWayne Davison2007-11-291-3/+3
* Use a non-printing command for proto.h's build-rule.Wayne Davison2007-11-251-1/+1
* Give proto.h a build rule so that make re-checks its timestamp.Wayne Davison2007-11-251-0/+1
* Re-run autoconf and autoheader, as needed.Wayne Davison2007-11-251-3/+12
* Improved proto.h-tstamp handling, including cleanup.Wayne Davison2007-11-241-2/+1
* Made the (re-)building of the proto.h file automatic in theWayne Davison2007-11-241-7/+21
* Tweaked gensend to upload man pages too.Wayne Davison2007-11-091-2/+3
* Improved the manpage install rules.Wayne Davison2007-11-091-2/+2
* Don't fail the install if the man pages aren't there.Wayne Davison2007-11-091-2/+2
* Clean generated files for distclean.Wayne Davison2007-11-091-2/+1
* Added gensend target.Wayne Davison2007-11-091-0/+3
* Added ifuncs.h.Wayne Davison2007-09-221-1/+1
* Added hashtable.o.Wayne Davison2007-09-031-1/+1
* Added the $(CHECK_SYMLINKS) var to installcheck target.Wayne Davison2007-04-271-1/+1
* Create symlinks for fake tests.Wayne Davison2007-04-241-4/+11
* A little more popt tweaking.Wayne Davison2007-04-241-3/+3