On Mon, May 02, 2011 at 04:38:28 (CEST), Ronald S. Bultje wrote: > Hi, > > On Sun, May 1, 2011 at 7:49 AM, Reinhard Tartler <[email protected]> wrote: >> --- >> Makefile | 7 +++++++ >> 1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/Makefile b/Makefile >> index 0849443..e453b7a 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -290,4 +290,11 @@ $(FATE): ffmpeg$(EXESUF) >> $(FATE_UTILS:%=tests/%$(HOSTEXESUF)) >> fate-list: >> @printf '%s\n' $(sort $(FATE)) >> >> +fate-rsync: >> +ifdef SAMPLES >> + rsync -aL rsync://fate-suite.libav.org:/fate-suite/ $(SAMPLES) >> +else >> + @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the >> fate suite" >> +endif > > Awesome! This is the quiet version, right? Can we make it (possible > under V=1) verbose so it doesn't seem to hang for 10 minutes on a slow > connection?
Hm, TBH I don't see much gain in having the quiet version. I'd therefore suggest to uncondintionally calling rsync with 'rsync -aLv ...' -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
