diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-05-01 16:48:40 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-05-03 19:21:30 +0200 |
commit | 8ce67bcabe7f50622430c11c3384675f095c78b5 (patch) | |
tree | 87a0492202d4dea277c05700afb5823cfa375195 /Makefile | |
parent | e3b540b42464395eadbc42b87331589e2e9e4301 (diff) | |
download | ffmpeg-8ce67bcabe7f50622430c11c3384675f095c78b5.tar.gz |
Implement fate-rsync target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |