From: Jim Meyering Date: Sun, 3 Dec 2000 12:46:44 +0000 (+0000) Subject: (alpha): Use rsync rather than scp, so the destination X-Git-Tag: CPPI-1_8~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6670163eee4d1e49f5f8b2230ef70d27aadf3972;p=thirdparty%2Fcoreutils.git (alpha): Use rsync rather than scp, so the destination file is created only after the successful completion of the copy. --- diff --git a/Makefile.maint b/Makefile.maint index 851555f18b..cf2bb277d5 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -172,7 +172,7 @@ alpha: writable-files po-check cvs ci -m. $(prev_version_file) @echo ===================================== @echo ===================================== - @echo 'scp $(xd-delta) $(distdir).tar.gz \' + @echo 'rsync -e ssh --pro -av $(xd-delta) $(distdir).tar.gz \' @echo ' $(b_host):$(b_real_dir)' @echo '# send the /tmp/announcement e-mail' @echo =====================================