From 8ce67bcabe7f50622430c11c3384675f095c78b5 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 1 May 2011 16:48:40 +0200 Subject: [PATCH] Implement fate-rsync target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0849443f1d..d69004b474 100644 --- a/Makefile +++ b/Makefile @@ -274,7 +274,11 @@ fate-seek: $(FATE_SEEK) ifdef SAMPLES FATE += $(FATE_TESTS) +fate-rsync: + rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) else +fate-rsync: + @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite" $(FATE_TESTS): @echo "SAMPLES not specified, cannot run FATE" endif