[MPlayer-cvslog] r32331 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Sep 20 23:03:59 CEST 2010


Author: diego
Date: Mon Sep 20 23:03:59 2010
New Revision: 32331

Log:
Merge dhahelperwinclean and dhahelperclean targets.
There is no need to have them separate; in other clean rules we
make an effort to clean up all platforms at the same time.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Sep 20 22:55:10 2010	(r32330)
+++ trunk/Makefile	Mon Sep 20 23:03:59 2010	(r32331)
@@ -987,7 +987,7 @@ clean:
 	-rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
 	-rm -f $(call ADD_ALL_EXESUFS,mplayer mencoder)
 
-distclean: clean testsclean toolsclean driversclean dhahelperclean dhahelperwinclean
+distclean: clean testsclean toolsclean driversclean dhahelperclean
 	-rm -rf DOCS/tech/doxygen
 	-rm -f $(call ADD_ALL_DIRS,/*.d)
 	-rm -f config.log config.mak config.h codecs.conf.h help_mp.h \
@@ -1119,9 +1119,6 @@ install-dhahelper: vidix/dhahelper/dhahe
 	depmod -a
 	-mknod /dev/dhahelper c 180 0
 
-dhahelperclean:
-	-rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
-
 dhahelperwin: vidix/dhahelperwin/dhasetup.exe vidix/dhahelperwin/dhahelper.sys
 
 vidix/dhahelperwin/dhasetup.exe: vidix/dhahelperwin/dhasetup.c
@@ -1150,7 +1147,8 @@ vidix/dhahelperwin/dhahelper.sys: vidix/
 install-dhahelperwin:
 	vidix/dhahelperwin/dhasetup.exe install
 
-dhahelperwinclean:
+dhahelperclean:
+	-rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
 	-rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp)
 
 


More information about the MPlayer-cvslog mailing list