[MPlayer-cvslog] r19305 - trunk/Makefile

diego subversion at mplayerhq.hu
Thu Aug 3 21:29:20 CEST 2006


Author: diego
Date: Thu Aug  3 21:29:20 2006
New Revision: 19305

Modified:
   trunk/Makefile

Log:
Recurse into subdirs before cleaning the top level to avoid error messages.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Thu Aug  3 21:29:20 2006
@@ -487,9 +487,9 @@
 	@for a in $(PARTS); do $(MAKE) -C $$a clean; done
 
 distclean: clean doxygen_clean
+	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
 	-rm -f *~ $(PRG) $(PRG_MENCODER) codec-cfg codecs2html
 	-rm -f .depend configure.log codecs.conf.h help_mp.h config.h config.mak
-	@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
 
 strip:
 	strip -s $(ALL_PRG)



More information about the MPlayer-cvslog mailing list