[MPlayer-dev-eng] [RFC] Makefile copyrights

Diego Biurrun diego at biurrun.de
Thu Jun 19 19:02:41 CEST 2008


On Wed, Jun 18, 2008 at 03:44:18PM +0200, Michael Niedermayer wrote:
> 
> make mplayer_nodep or any other command line based solution would be alot
> cleaner

What about

touch dir/*.d
find -name '*.d' | xargs touch

or similar?

Then you can just

alias mpmake="find -name '*.d' | xargs touch; make"

Diego



More information about the MPlayer-dev-eng mailing list