[MPlayer-cvslog] r35996 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Mar 17 23:21:02 CET 2013


Author: diego
Date: Sun Mar 17 23:21:01 2013
New Revision: 35996

Log:
build: Run tests, tools, etc. clean targets as dependencies of clean.

The clean target should remove everything that make created,
so don't run these targets as dependencies of distclean.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Mar 17 23:20:59 2013	(r35995)
+++ trunk/Makefile	Sun Mar 17 23:21:01 2013	(r35996)
@@ -943,7 +943,7 @@ uninstall:
 	rm -f $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1
 	rm -f $(foreach lang,$(MAN_LANGS),$(foreach man,mplayer.1 mencoder.1,$(MANDIR)/$(lang)/man1/$(man)))
 
-clean:
+clean: testsclean toolsclean driversclean dhahelperclean
 	-$(MAKE) -C ffmpeg $@
 	-rm -rf tests/res
 	-rm -f $(call ADD_ALL_DIRS,/*.o /*.d /*.a /*.ho /*~)
@@ -953,7 +953,7 @@ clean:
 	-rm -f codecs.conf.h help_mp.h version.h
 	-rm -rf DOCS/tech/doxygen DOCS/HTML
 
-distclean: clean testsclean toolsclean driversclean dhahelperclean
+distclean: clean
 	-$(MAKE) -C ffmpeg $@
 	-rm -f DOCS/xml/html-chunk.xsl DOCS/xml/html-single.xsl
 	-rm -f $(foreach lang,$(DOC_LANG_ALL),DOCS/xml/$(lang)/main.xml)


More information about the MPlayer-cvslog mailing list