OSDN Git Service

Implement fate-rsync target
authorReinhard Tartler <siretart@tauware.de>
Sun, 1 May 2011 14:48:40 +0000 (16:48 +0200)
committerReinhard Tartler <siretart@tauware.de>
Tue, 3 May 2011 17:21:30 +0000 (19:21 +0200)
Makefile

index 0849443..d69004b 100644 (file)
--- 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