mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 07:08:12 +00:00
use $(INSTALLSTRIP) consistently
patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e55d0e680f
commit
9bdbfdf2aa
@ -79,7 +79,7 @@ depend: pci_names.c
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(LIBDIR)
|
mkdir -p $(LIBDIR)
|
||||||
install -m 755 -s -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
install -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
|
||||||
rm -f $(LIBDIR)/libdha.so
|
rm -f $(LIBDIR)/libdha.so
|
||||||
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
|
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
|
||||||
ifeq ($(TARGET_OS),OpenBSD)
|
ifeq ($(TARGET_OS),OpenBSD)
|
||||||
|
@ -162,7 +162,7 @@ depend:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p $(LIBDIR)/mplayer/vidix
|
mkdir -p $(LIBDIR)/mplayer/vidix
|
||||||
-install -m 755 -s -p *.so $(LIBDIR)/mplayer/vidix
|
-install -m 755 $(INSTALLSTRIP) -p *.so $(LIBDIR)/mplayer/vidix
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(LIBDIR)/mplayer/vidix/*.so
|
rm -f $(LIBDIR)/mplayer/vidix/*.so
|
||||||
rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix
|
rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix
|
||||||
|
Loading…
Reference in New Issue
Block a user