[libav-devel] [PATCH] Implement fate-rsync target

2011-05-01 Thread Reinhard Tartler
--- 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

[libav-devel] [PATCH] Implement fate-rsync target

2011-05-03 Thread Reinhard Tartler
--- Makefile |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 0849443..8370adc 100644 --- a/Makefile +++ b/Makefile @@ -290,4 +290,11 @@ $(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF)) fate-list: @printf '%s\n' $(sort

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-01 Thread Ronald S. Bultje
Hi, On Sun, May 1, 2011 at 7:49 AM, Reinhard Tartler 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)

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-01 Thread Reinhard Tartler
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 wrote: >> --- >>  Makefile |    7 +++ >>  1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/Makefile b/Makefile >> index 0849443..e453b7a 100644 >> ---

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-01 Thread Vitor Sessak
On 05/01/2011 04:49 PM, Reinhard Tartler 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/%$(HOS

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-03 Thread Ronald S. Bultje
Hi, On Tue, May 3, 2011 at 8:40 AM, Reinhard Tartler wrote: > --- >  Makefile |    7 +++ >  1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index 0849443..8370adc 100644 > --- a/Makefile > +++ b/Makefile > @@ -290,4 +290,11 @@ $(FATE): ffmpeg$(EXESUF)

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-03 Thread Måns Rullgård
Reinhard Tartler writes: > +fate-rsync: > +ifdef SAMPLES There is already a section conditional on SAMPLES. Including this there might look nicer. The duplicated target line doesn't matter IMO. > + rsync -vaLW rsync://fate-suite.libav.org:/fate-suite/ $(SAMPLES) Why the extra : ? > +els

Re: [libav-devel] [PATCH] Implement fate-rsync target

2011-05-03 Thread Reinhard Tartler
On Tue, May 03, 2011 at 17:59:53 (CEST), Måns Rullgård wrote: > Reinhard Tartler writes: > >> +fate-rsync: >> +ifdef SAMPLES > > There is already a section conditional on SAMPLES. Including this there > might look nicer. The duplicated target line doesn't matter IMO. Changed > >> +rsync -v