[MPlayer-dev-eng] [PATCH] clean and cross-compilation
Ivan Kalvachev
ivan at cacad.com
Thu Dec 9 03:50:55 CET 2004
On Tue, 24 Aug 2004 22:15:47 +0200
Diego Biurrun <diego at biurrun.de> wrote:
> Kenny (Constantine Shulyupin) writes:
> >
> > --- ../MPlayer-1.0pre5.orig/libmpcodecs/Makefile 2004-06-24 16:54:07.000000000 +0300
> > +++ ./libmpcodecs/Makefile 2004-08-24 18:42:37.000000000 +0300
> > @@ -66,6 +66,7 @@
> >
> > clean:
> > rm -f *.o *.a *~
> > + cd native; rm -f *.o *.a *~
>
> Looks, OK, dunno if
>
> rm -f native/*.o native/*.a native/*~
>
> wouldn't be better, though.
The rest of this patch have been rejected and later an better fixes have been done.
But I don't see where libmpcodecs/native is cleaned.
So Diego would you commit your modified version of the patch?
Wish You Best
Ivan Kalvachev
iive
p.s.
Why are *~ removed? I think they are backup files
usually left by text editors. I mean clean it part of rebuild
that is done on testing changes. If these changes are not successful
I may need the backup files. No?
More information about the MPlayer-dev-eng
mailing list