summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-09-26 19:11:24 -0700
committerWayne Davison <wayne@opencoder.net>2021-09-26 19:11:24 -0700
commitd881814a3561b96da73fa8ce5b88fb7a3a215332 (patch)
tree38bf9d0cff6f163bfc3e814efc0bd4732db85554 /Makefile.in
parentad048d78aced57c7ac4434a67646edf56878b6fe (diff)
downloadrsync-d881814a3561b96da73fa8ce5b88fb7a3a215332.tar.gz
Don't allow a broken samba host to cause gensend to fail.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 178f8db6..0b5973b1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,7 +178,7 @@ gensend: gen
./rsync -ai git-version.h $(srcdir)/gists/rsync-git-version.h && \
(cd $(srcdir)/gists && git commit --allow-empty-message -m '' rsync-git-version.h && git push) ; \
fi
- rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/
+ rsync -aic $(GENFILES) git-version.h $${SAMBA_HOST-samba.org}:/home/ftp/pub/rsync/generated-files/ || true
aclocal.m4: $(srcdir)/m4/*.m4
aclocal -I $(srcdir)/m4