[FFmpeg-devel] [PATCH] testclean missing from .PHONY

Reimar Döffinger Reimar.Doeffinger
Fri Mar 13 14:59:38 CET 2009


On Fri, Mar 13, 2009 at 01:43:34PM +0000, M?ns Rullg?rd wrote:
> Reimar D?ffinger <Reimar.Doeffinger at gmx.de> writes:
> > it seems the testclean target is missing from .PHONY. I still haven't
> > found a reason for the spurious "make test" failures I have though
> > (where codectest etc. appear in a gcc command), does nobody else have
> > that?
> > I use "GNU Make 3.81".
> 
> I've never seen that error, and neither have the FATE machines AFAIK.

Yes, I notice fate has no issues. Only happened twice to me so far.
Maybe something is messed up with my git ffmpeg tree, only seems to
happen there.

> > Index: Makefile
> > ===================================================================
> > --- Makefile    (revision 17945)
> > +++ Makefile    (working copy)
> > @@ -303,4 +303,4 @@
> >         $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
> >
> > -.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check
> > +.PHONY: lib documentation *test regtest-* testclean swscale-error zlib-error alltools check
> 
> OK

Applied.




More information about the ffmpeg-devel mailing list