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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Jan 28 16:57:16 CET 2006


Hi,
On Fri, Jan 27, 2006 at 01:18:55AM +0100, Diego Biurrun CVS wrote:
> CVS change done by Diego Biurrun CVS
> 
> Update of /cvsroot/mplayer/main/Gui
> In directory mail:/var2/tmp/cvs-serv4328/Gui
> 
> Modified Files:
> 	Makefile 
> Log Message:
> Make clean/distclean behave uniformly in all directories.
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
> retrieving revision 1.29
> retrieving revision 1.30
> diff -u -r1.29 -r1.30
> --- 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.

Greetings,
Reimar Döffinger




More information about the MPlayer-cvslog mailing list