summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-03 12:46:44 +0000
committerJim Meyering <jim@meyering.net>2000-12-03 12:46:44 +0000
commit6670163eee4d1e49f5f8b2230ef70d27aadf3972 (patch)
tree17f0eecefe71ef0afda40bc71ec31b1b6cf57327 /Makefile.maint
parent437f8becaaa45f9138964a8481403f733e272eb2 (diff)
downloadcoreutils-6670163eee4d1e49f5f8b2230ef70d27aadf3972.tar.xz
(alpha): Use rsync rather than scp, so the destination
file is created only after the successful completion of the copy.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 851555f18..cf2bb277d 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 =====================================