Mercurial > mplayer.hg
changeset 19508:faf94e4b3a36
The way to ignore failing commands in Makefiles is to prepend a -.
author | diego |
---|---|
date | Wed, 23 Aug 2006 14:34:42 +0000 |
parents | 570dac445535 |
children | 2a00413b228e |
files | vidix/drivers/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Wed Aug 23 10:48:26 2006 +0000 +++ b/vidix/drivers/Makefile Wed Aug 23 14:34:42 2006 +0000 @@ -159,7 +159,7 @@ -install -m 755 $(INSTALLSTRIP) -p *.so $(LIBDIR)/mplayer/vidix uninstall: rm -f $(LIBDIR)/mplayer/vidix/*.so - rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix + -rmdir -p $(LIBDIR)/mplayer/vidix # # include dependency files if they exist