[MPlayer-dev-eng] [PATCH] Fix 'make distclean'

Diego Biurrun diego at biurrun.de
Tue Feb 3 00:19:18 CET 2009


On Tue, Feb 03, 2009 at 01:00:41AM +0200, Georgi Petrov wrote:
> I found the problem about help_mp.h not being deleted by "make
> distclean" under Windows.
> 
> When mplayer.exe is run from the svn root directory, it creates a
> sub-directory called "mplayer". Please note that if mplayer.exe is
> executed from MSYS environment it doesn't create the mplayer sub
> directory for some reason, but when executed from windows shell, it
> does. Then when "make distclean" is executed, there is the following
> line:
> 
> rm -f mplayer mencoder

No, the actual line is

rm -f mplayer$(EXESUF) mencoder$(EXESUF)

Why is your environment dropping the .exe?

Diego



More information about the MPlayer-dev-eng mailing list