aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - Ensure that mkrouding gets rebuilt when rsync.h changes.Wayne Davison2006-12-171-1/+4
| | | | - Added an easy way to run the tests using protocol 29.
* Build & run mkrounding to make the rounding.h file used by flist.c.Wayne Davison2006-12-161-4/+15
| | | | Also, clean up the new items.
* 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
|
* Use "test" instead of "[ ... ]" for better portability.Wayne Davison2006-10-221-1/+1
|
* Added missing cleanup of empty ACL files.Wayne Davison2006-10-221-0/+1
|
* Change the unpatch code for NetBSD.Wayne Davison2006-10-221-6/+6
|
* Temporary changes to have the build-farm configure and buildWayne Davison2006-10-221-1/+6
| | | | the ACL version of rsync (patched in via patches/acls.diff).
* Restore build order back to normal.Wayne Davison2006-10-141-3/+3
|
* More temporary name juggling to get all code analyzed.Wayne Davison2006-10-131-2/+2
|
* Temporarily reorder the OBJS line so that the IBM code checkerWayne Davison2006-10-131-1/+1
| | | | | can analyze some of the other programs (since it runs out of time analyzing them all).
* Moved some of the variable setup from "make check" into theWayne Davison2006-10-071-1/+1
| | | | runtest.sh script.
* Assign datarootdir=@datarootdir@ so that a modern autoconfWayne Davison2006-07-211-0/+1
| | | | doesn't complain about our Makefile.in.
* Don't use -C with make because it's not portable.Wayne Davison2006-04-171-3/+3
|
* The "proto" target now builds target "proto.h" from the newWayne Davison2006-02-061-1/+1
| | | | prepare-source.mak makefile.
* Moved the targets "gen", "proto", and "man" to prepare-source.mak.Wayne Davison2006-02-061-20/+5
|
* We now use lib/compat.o when building wildtest.Wayne Davison2006-01-131-2/+2
|
* Added chmod.o to OBJS2.Wayne Davison2005-11-071-1/+1
|
* Changes for new zlib.Wayne Davison2005-07-071-3/+2
|
* Always include lib/snprintf.o when we include lib/compat.o.Wayne Davison2004-11-021-2/+2
|
* Decided we don't need the build_gen target after all.Wayne Davison2004-10-121-3/+1
|
* A new target, build_gen, works like gen w/o man-page generation.Wayne Davison2004-10-081-1/+3
|
* Make sure that all programs that use syscall.o also includeWayne Davison2004-10-011-2/+2
| | | | lib/compat.o so that we can use strlcpy().
* Improved the build rule for getfsdev and added getfsdev.o to theWayne Davison2004-08-121-3/+3
| | | | files we cleanup.
* Added a rule for building getfsdev and for requiring it to run "test".Wayne Davison2004-08-091-1/+4
|
* Added some missing $(srcdir) references.Wayne Davison2004-07-041-8/+8
|
* Added a "gen" rule to remake various generated files: configure,Wayne Davison2004-05-151-11/+12
| | | | config.h.in, proto.h, rsync.1, and rsyncd.conf.5 .
* Got rid of a TODO comment that was fixed long ago.Wayne Davison2004-05-021-3/+0
|
* Renamed variable STRIP to INSTALL_STRIP to avoid an accidental matchWayne Davison2004-05-021-2/+2
| | | | with an environment variable in OpenBSD.
* Added lib/pool_alloc.h to the HEADERS.Wayne Davison2004-02-101-1/+1
|
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-1/+1
| | | | pools.
* Changed lib/fnmatch.o to lib/wildmatch.o.Wayne Davison2003-07-301-1/+1
|
* A wildtest change to handle someone using the included popt lib.Wayne Davison2003-07-051-1/+1
|
* Added dependencies for wildtest.o.Wayne Davison2003-07-051-0/+1
|
* Another change to the wildtest rule to make it more portable.Wayne Davison2003-07-051-1/+1
|
* Changed the build rule for wildtest.Wayne Davison2003-07-051-3/+2
|
* Build "wildtest" for "make check".Wayne Davison2003-07-051-2/+6
|
* Cleanup: Added header files to dependancies.J.W. Schultz2003-03-211-1/+2
|
* Backed out Paul Green's IRIX patch since it didn't seem to be a part ofWayne Davison2003-01-201-16/+11
| | | | the Makefile fix and I like the old EXE syntax better.
* Got rid of trailing whitespace and tweaked a few things that mightWayne Davison2003-01-181-15/+14
| | | | possibly be affecting the IRIX build (but probably not).
* Trying out Paul Green's IRIX patch to see if it fixes the syntaxWayne Davison2003-01-181-11/+16
| | | | error in the Makefile.
* Paul Green's changes to add $(EXEEXT) and $(CPPFLAGS) as appropriate.Wayne Davison2003-01-101-13/+16
|
* Clean up better after the testsuite check programs. Patch from J.W. Schultz.David Dykstra2003-01-101-1/+4
|
* t_unsafe needs asnprintf on some platforms.Martin Pool2002-04-081-1/+1
|
* handle yodl and vpathMartin Pool2002-04-081-4/+4
|
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-2/+16
| | | | | | reduce symbol dependencies between files and therefore make it easier to write unit tests. The diff is large, but the actual code changes are pretty small.
* Remove warning about "run autoconf". It tends to break too much withMartin Pool2002-04-021-4/+9
| | | | CVS.
* Apparently SGI make doesn't like $< in non-implicit rules.Martin Pool2002-03-251-1/+1
|
* Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool2002-03-251-2/+6
|