From f212e3b55c1368e41b4db2a45ab0fa550ebae9a8 Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 24 Aug 2005 22:25:46 +0000 Subject: [PATCH] Use rsync -v. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7abf831..60a0b7f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ RSYNC = RSYNC_RSH=ssh rsync systemtap-dist: $(beehive-dep) $(dist-files) @mkdir -p $@ - $(RSYNC) -a --delete --progress $(rsync-files) systemtap-dist/ + $(RSYNC) -a --delete --progress -v $(rsync-files) systemtap-dist/ ln $(dist-files) systemtap-dist/ systemtap-dist-createrepo: systemtap-dist @@ -60,4 +60,4 @@ ifneq ($(wildcard /usr/bin/createrepo),) endif systemtap-sync: systemtap-dist-createrepo - $(RSYNC) -az --delete --progress systemtap-dist/ $(rsync-to) + $(RSYNC) -az --delete --progress -v systemtap-dist/ $(rsync-to)