mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00: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:
parent
91dcf52b19
commit
25af97d3f6
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user