aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-06-301-1/+1
* Rebuild proto.h if config.h changes.Wayne Davison2009-12-121-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 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
* Don't interrupt the make if a generated build file didn't really change.Wayne Davison2008-07-231-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
* Fixed build problem for tls for those using the included popt.Wayne Davison2007-04-241-1/+1
* Moved the header info from smb_acls.h into lib/sysacls.h.Wayne Davison2007-04-241-1/+1
* Adding the --fake-super option.Wayne Davison2007-04-241-1/+1
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-2/+2
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-1/+1
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-3/+3
* Fix the building of mkrounding$(EXEEXT) when building outside theWayne Davison2006-12-271-2/+2
* - Ensure that mkrouding gets rebuilt when rsync.h changes.Wayne Davison2006-12-171-1/+4
* Build & run mkrounding to make the rounding.h file used by flist.c.Wayne Davison2006-12-161-4/+15
* Need to include lib/snprintf.o when building wildtest.Wayne Davison2006-11-091-2/+2
* Undo temporary changes used for build-farm testing of ACL patch.Wayne Davison2006-10-241-8/+2
* Run patch with -t so that it doesn't ask any questions.Wayne Davison2006-10-241-1/+1