mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 14:47:53 +00:00
There is no need to remove .a files from subdirectories, they are only
created in the directories using recursive make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26510 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4e2837a2e8
commit
c051bef87c
2
Makefile
2
Makefile
@ -377,7 +377,7 @@ clean:: toolsclean
|
||||
codecs2html$(EXESUF) codec-cfg-test$(EXESUF) cpuinfo$(EXESUF) \
|
||||
codecs.conf.h help_mp.h version.h TAGS tags
|
||||
for part in $(PARTS); do $(MAKE) -C $$part clean; done
|
||||
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir))))
|
||||
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.ho /*~, $(addsuffix $(suffix),$(dir))))
|
||||
|
||||
distclean:: doxygen_clean
|
||||
for part in $(PARTS); do $(MAKE) -C $$part distclean; done
|
||||
|
Loading…
Reference in New Issue
Block a user