0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-03 19:29:20 +00:00
parent 91dcf52b19
commit 25af97d3f6

View File

@ -487,9 +487,9 @@ clean: dirclean
@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)