summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Mention smart-make in a comment.Wayne Davison2022-10-021-0/+2
* Make asm use more selectableWayne Davison2022-03-031-7/+8
* Tweak rrsync rules in the Makefile.Wayne Davison2022-01-181-1/+1
* Tweak some rrsync rules for cleanup & release.Wayne Davison2022-01-171-4/+5
* Change args to maybe-make-man.Wayne Davison2021-12-271-5/+5
* Include "rrsync" in "all" target when `--with-rrsync` was used.Wayne Davison2021-12-271-4/+4
* Unify md parsing scripts & improve non-man html conversions.Wayne Davison2021-12-271-4/+4
* Test --with-rrsync configure option & put rrsync into the artifacts.Wayne Davison2021-12-261-0/+3
* rrsync improvementsWayne Davison2021-12-261-1/+9
* shell: test -a|o is not POSIX (#250)Issam Maghni2021-11-071-1/+1
* Always run `mkgitver` prior to a buildWayne Davison2021-10-011-4/+4
* Don't allow a broken samba host to cause gensend to fail.Wayne Davison2021-09-261-1/+1
* Rename cmdormsg -> cmd-or-msg.Wayne Davison2021-09-261-3/+3
* x86-64 AVX2 assemby implemenation of get_checksum1() (#174)Shark642021-09-261-1/+4
* Add gist update logic to gensend target.Wayne Davison2021-09-261-0/+4
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-2/+2
* Rename util.c to util1.cWayne Davison2021-02-251-2/+2
* Add git-version.h to "gen" target.Wayne Davison2020-09-061-1/+1
* Leave git-version.h out of GENFILES so it doesn't go in a release tar.Wayne Davison2020-09-061-2/+2
* Allow git-version.h to be provided for the buildWayne Davison2020-09-061-2/+2
* Simplify where version.h is included.Wayne Davison2020-08-061-2/+2
* Create usage.c for smaller awk-dep rebuilds.Wayne Davison2020-08-031-3/+2
* Put git version in a file for between-release versioning.Wayne Davison2020-08-011-1/+7
* Don't make .PHONY the first target in a Makefile.Wayne Davison2020-07-301-1/+1
* Some Makefile improvements.Wayne Davison2020-07-291-12/+8
* Don't include config.h in proto.h rule.Wayne Davison2020-07-261-1/+1
* Switch to RSYNC_MAX_SKIPPED test setting.Wayne Davison2020-07-221-9/+9
* Use just $(...) instead of a mix of that and ${...}.Wayne Davison2020-07-201-11/+11
* Add strict (no-skipping) checks and use them.Wayne Davison2020-07-171-9/+9
* Clean more built .h files.Wayne Davison2020-07-091-1/+2
* Simplify the daemon parameter definitionsWayne Davison2020-06-301-3/+6
* More patch-update improvements; configure.ac tweak; Makefile tweaks.Wayne Davison2020-06-291-1/+1
* Improve alternate build-dir supportWayne Davison2020-06-281-5/+6
* Move the version string out of configure.ac.Wayne Davison2020-06-281-8/+5
* Fix rebuilding configure.sh in an alternate build dirWayne Davison2020-06-281-6/+9
* Makefile.in: Use srcdir for installing rsync-sslHiroshi Takekawa2020-06-231-1/+1
* Output a helpful msg about configure only if the command fails.Wayne Davison2020-06-211-3/+2
* More asm improvementsWayne Davison2020-06-201-2/+3
* Decouple the MD5 asm code from the simd enabling.Wayne Davison2020-06-201-2/+2
* Mention how to turn off simd near the cpp compile.Wayne Davison2020-06-201-0/+1
* Pass --noexecstack to assembler.Wayne Davison2020-06-201-1/+1
* Fix conditional directives in the asm fileWayne Davison2020-06-201-3/+3
* Fix compiling in a separate dir.Wayne Davison2020-06-201-2/+2
* Prevent unnecessary xattr warning by reordering header inclusion. (#22)Holger Hoffstätte2020-06-191-0/+1
* We need to use nawk or gawk on Solaris, not their weird awk.Wayne Davison2020-06-181-3/+4
* Use documentation to extract 2 more .h listsWayne Davison2020-06-181-1/+6
* Change SIMD back to disabled unless requested.Wayne Davison2020-06-161-1/+0
* Have --disable-md2man affect the Makefile.Wayne Davison2020-06-161-1/+1
* Add g++ failure info; add mention of SSL rsyncd examples.Wayne Davison2020-06-161-0/+1
* Remove the new $< use from the Makefile.Wayne Davison2020-06-161-4/+4