[MPlayer-cvslog] r34077 - trunk/Makefile
reimar
subversion at mplayerhq.hu
Wed Sep 7 21:17:00 CEST 2011
Author: reimar
Date: Wed Sep 7 21:17:00 2011
New Revision: 34077
Log:
Ignore "make clean" errors in ffmpeg/.
This at least avoids mplayer binaries being left over when it fails due
to e.g. missing config.mak.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Wed Sep 7 18:15:58 2011 (r34076)
+++ trunk/Makefile Wed Sep 7 21:17:00 2011 (r34077)
@@ -918,12 +918,12 @@ uninstall:
rm -f $(foreach lang,$(MAN_LANGS),$(foreach man,mplayer.1 mencoder.1,$(MANDIR)/$(lang)/man1/$(man)))
clean:
- $(MAKE) -C ffmpeg $@
+ -$(MAKE) -C ffmpeg $@
-rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
-rm -f $(call ADD_ALL_EXESUFS,mplayer mencoder)
distclean: clean testsclean toolsclean driversclean dhahelperclean
- $(MAKE) -C ffmpeg $@
+ -$(MAKE) -C ffmpeg $@
-rm -rf DOCS/tech/doxygen
-rm -f $(call ADD_ALL_DIRS,/*.d)
-rm -f config.* codecs.conf.h help_mp.h version.h TAGS tags
More information about the MPlayer-cvslog
mailing list