From: Wayne Davison Date: Mon, 27 Sep 2021 02:11:24 +0000 (-0700) Subject: Don't allow a broken samba host to cause gensend to fail. X-Git-Tag: v3.2.4pre1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d881814a3561b96da73fa8ce5b88fb7a3a215332;p=thirdparty%2Frsync.git Don't allow a broken samba host to cause gensend to fail. --- 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