From d881814a3561b96da73fa8ce5b88fb7a3a215332 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 26 Sep 2021 19:11:24 -0700 Subject: Don't allow a broken samba host to cause gensend to fail. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.1