[MPlayer-cvslog] r20558 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Oct 31 14:34:17 CET 2006


Author: diego
Date: Tue Oct 31 14:34:17 2006
New Revision: 20558

Modified:
   trunk/Makefile

Log:
Run dirclean instead of clean on distclean, this way we only need to
recurse through subdirectories once.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Oct 31 14:34:17 2006
@@ -401,7 +401,7 @@
 clean: dirclean
 	@for a in $(PARTS); do $(MAKE) -C $$a clean; done
 
-distclean: clean doxygen_clean
+distclean: dirclean doxygen_clean
 	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
 	-rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html codecs.conf.h \
           .depend configure.log config.mak config.h help_mp.h version.h



More information about the MPlayer-cvslog mailing list