Added /support/savetransfer to .gitignore.
[rsync/rsync.git] / Makefile.in
2008-07-18 Wayne DavisonDon't interrupt the make for a generated file didn...
2008-06-23 Wayne DavisonImproved the build rules for 1 and rsyncd.conf.5 when...
2008-06-04 Wayne DavisonImproved the proto.h target so that a build in a differ...
2008-03-21 Wayne DavisonChanged the arg-globbing routine to use a custom arg...
2008-03-15 Wayne DavisonAdded missing $(CPPFLAGS) from the building of rounding.h.
2008-03-02 Wayne DavisonShow the last compile error if we failed to create...
2008-02-13 Wayne Davison(Matt) Needed to remove a few more files for distclean...
2008-02-11 Wayne DavisonMade reconfigure target check if configure.sh was up...
2008-01-01 Wayne DavisonRebuild the Makefile when it is not up-to-date.
2008-01-01 Wayne DavisonRenamed mkrounding.c to rounding.c.
2008-01-01 Wayne DavisonChanged the creation of rounding.h to use a set of...
2008-01-01 Wayne DavisonIf we're cross-compiling, tell the user to run mkroundi...
2007-12-29 Wayne DavisonAdded reconfigure target to re-run configure.
2007-12-01 Wayne DavisonA few more additions of $(srcdir) to Makefile.in.
2007-12-01 Wayne DavisonFixed a build problem for those building in a different...
2007-11-30 Wayne DavisonImproved header-file dependency rules even more.
2007-11-30 Wayne DavisonMake sure that the test programs get rebuilt when a...
2007-11-25 Wayne DavisonUse a non-printing command for proto.h's build-rule.
2007-11-25 Wayne DavisonGive proto.h a build rule so that make re-checks its...
2007-11-25 Wayne DavisonRe-run autoconf and autoheader, as needed.
2007-11-24 Wayne DavisonImproved proto.h-tstamp handling, including cleanup.
2007-11-24 Wayne DavisonMade the (re-)building of the proto.h file automatic...
2007-11-09 Wayne DavisonTweaked gensend to upload man pages too.
2007-11-09 Wayne DavisonImproved the manpage install rules.
2007-11-09 Wayne DavisonDon't fail the install if the man pages aren't there.
2007-11-09 Wayne DavisonClean generated files for distclean.
2007-11-09 Wayne DavisonAdded gensend target.
2007-09-22 Wayne DavisonAdded ifuncs.h.
2007-09-03 Wayne DavisonAdded hashtable.o.
2007-04-27 Wayne DavisonAdded the $(CHECK_SYMLINKS) var to installcheck target.
2007-04-24 Wayne DavisonCreate symlinks for fake tests.
2007-04-24 Wayne DavisonA little more popt tweaking.
2007-04-24 Wayne DavisonFixed build problem for tls for those using the include...
2007-04-24 Wayne DavisonMoved the header info from smb_acls.h into lib/sysacls.h.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2006-12-27 Wayne DavisonFix the building of mkrounding$(EXEEXT) when building...
2006-12-17 Wayne Davison- Ensure that mkrouding gets rebuilt when h changes.
2006-12-16 Wayne DavisonBuild & run mkrounding to make the rounding.h file...
2006-11-09 Wayne DavisonNeed to include lib/snprintf.o when building wildtest.
2006-10-24 Wayne DavisonUndo temporary changes used for build-farm testing...
2006-10-24 Wayne DavisonRun patch with -t so that it doesn't ask any questions.
2006-10-22 Wayne DavisonUse "test" instead of "[ ... ]" for better portability.
2006-10-22 Wayne DavisonAdded missing cleanup of empty ACL files.
2006-10-22 Wayne DavisonChange the unpatch code for NetBSD.
2006-10-22 Wayne DavisonTemporary changes to have the build-farm configure...
2006-10-14 Wayne DavisonRestore build order back to normal.
2006-10-13 Wayne DavisonMore temporary name juggling to get all code analyzed.
2006-10-13 Wayne DavisonTemporarily reorder the OBJS line so that the IBM code...
2006-10-07 Wayne DavisonMoved some of the variable setup from "make check"...
2006-07-21 Wayne DavisonAssign datarootdir=@datarootdir@ so that a modern autoconf
2006-04-17 Wayne DavisonDon't use -C with make because it's not portable.
2006-02-06 Wayne DavisonThe "proto" target now builds target "proto.h" from...
2006-02-06 Wayne DavisonMoved the targets "gen", "proto", and "man" to prepare...
2006-01-13 Wayne DavisonWe now use lib/compat.o when building wildtest.
2005-11-07 Wayne DavisonAdded chmod.o to OBJS2.
2005-07-07 Wayne DavisonChanges for new zlib.
2004-11-02 Wayne DavisonAlways include lib/snprintf.o when we include lib/compat.o.
2004-10-12 Wayne DavisonDecided we don't need the build_gen target after all.
2004-10-08 Wayne DavisonA new target, build_gen, works like gen w/o man-page...
2004-10-01 Wayne DavisonMake sure that all programs that use syscall.o also...
2004-08-12 Wayne DavisonImproved the build rule for getfsdev and added getfsdev...
2004-08-09 Wayne DavisonAdded a rule for building getfsdev and for requiring...
2004-07-04 Wayne DavisonAdded some missing $(srcdir) references.
2004-05-15 Wayne DavisonAdded a "gen" rule to remake various generated files...
2004-05-02 Wayne DavisonGot rid of a TODO comment that was fixed long ago.
2004-05-02 Wayne DavisonRenamed variable STRIP to INSTALL_STRIP to avoid an...
2004-02-10 Wayne DavisonAdded lib/pool_alloc.h to the HEADERS.
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2003-07-30 Wayne DavisonChanged lib/fnmatch.o to lib/wildmatch.o.
2003-07-05 Wayne DavisonA wildtest change to handle someone using the included...
2003-07-05 Wayne DavisonAdded dependencies for wildtest.o.
2003-07-05 Wayne DavisonAnother change to the wildtest rule to make it more...
2003-07-05 Wayne DavisonChanged the build rule for wildtest.
2003-07-05 Wayne DavisonBuild "wildtest" for "make check".
2003-03-21 J.W. SchultzCleanup: Added header files to dependancies.
2003-01-20 Wayne DavisonBacked out Paul Green's IRIX patch since it didn't...
2003-01-18 Wayne DavisonGot rid of trailing whitespace and tweaked a few things...
2003-01-18 Wayne DavisonTrying out Paul Green's IRIX patch to see if it fixes...
2003-01-10 Wayne DavisonPaul Green's changes to add $(EXEEXT) and $(CPPFLAGS...
2003-01-10 David DykstraClean up better after the testsuite check programs...
2002-04-08 Martin Poolt_unsafe needs asnprintf on some platforms.
2002-04-08 Martin Poolhandle yodl and vpath
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-04-02 Martin PoolRemove warning about "run autoconf". It tends to break...
2002-03-25 Martin PoolApparently SGI make doesn't like $< in non-implicit...
2002-03-25 Martin PoolAdd a test case for trim_trailing_slashes, and make...
2002-03-25 Martin PoolNeed to also delete getgroups when cleaning.
2002-03-25 Martin PoolClean testtmp*, because we now put tests in their own...
2002-03-25 Martin PoolChange chgrp.test to use our getgroups rather than...
2002-03-25 Martin PoolAdd our own little tool to call getgroups(2) because...
2002-03-20 Martin Pool * Make "make install-strip" works properly, and...
2002-03-16 Martin PoolAdd more rules for make distclean.
2002-03-16 Martin Pool"make distclean": We try to delete built files from...
2002-03-14 Martin PoolAdd phony target to run Splint.
2002-03-14 Martin Pool"make install-strip" works. (Greg Louis)
2002-02-25 Martin PoolAdd targets to build documentation from Texinfo.
2002-02-23 Martin PoolMake "make proto" work for VPATH builds.
next