mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 11:02:10 +00:00
The way to ignore failing commands in Makefiles is to prepend a -.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19514 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
600ac3b11f
commit
3d2ea37d55
@ -159,7 +159,7 @@ install:
|
||||
-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
|
||||
|
Loading…
Reference in New Issue
Block a user