mirror of https://github.com/mpv-player/mpv
Run dirclean instead of clean on distclean, this way we only need to
recurse through subdirectories once. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20558 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a5fa2568d8
commit
551d22810f
2
Makefile
2
Makefile
|
@ -401,7 +401,7 @@ dirclean:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue