[MPlayer-cvslog] CVS: main/Gui Makefile,1.29,1.30

Diego Biurrun diego at biurrun.de
Sat Jan 28 18:26:32 CET 2006


On Sat, Jan 28, 2006 at 04:57:16PM +0100, Reimar Döffinger wrote:
> On Fri, Jan 27, 2006 at 01:18:55AM +0100, Diego Biurrun CVS wrote:
> > 
> > Modified Files:
> > 	Makefile 
> > Log Message:
> > Make clean/distclean behave uniformly in all directories.
> > 
> > --- Makefile	15 Jan 2006 01:56:17 -0000	1.29
> > +++ Makefile	27 Jan 2006 00:18:52 -0000	1.30
> > @@ -30,7 +30,7 @@
> >  all:	$(LIBNAME)
> >  
> >  clean:
> > -	rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend
> > +	rm -f *.o *.a *~
> 
> Now, I hate the Gui as much as the next developer, but how about
> occasionally not breaking it?

:)

> I.e.: you forgot to delete the files in the subdirectories, which causes
> a persistent linking error when e.g. removing esd support.

Unreproducible here..

But yes, the objects in the subdirectories need to be removed as well.
As usual, this is handled inconsistently throughout MPlayer...  I'll
commit something that fixes this in the next few minutes.

Diego




More information about the MPlayer-cvslog mailing list