You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Revert r21226, it was a joke:
Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
12
subdir.mak
12
subdir.mak
@@ -84,6 +84,18 @@ ifdef BUILT_HEADERS
|
||||
install -m 644 $(addprefix $(SUBDIR),$(BUILT_HEADERS)) "$(INCINSTDIR)"
|
||||
endif
|
||||
install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig"
|
||||
|
||||
uninstall-libs::
|
||||
-rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \
|
||||
"$(SHLIBDIR)/$(SLIBNAME)" \
|
||||
"$(SHLIBDIR)/$(SLIBNAME_WITH_VERSION)"
|
||||
-$(SLIB_UNINSTALL_EXTRA_CMD)
|
||||
-rm -f "$(LIBDIR)/$(LIBNAME)"
|
||||
|
||||
uninstall-headers::
|
||||
rm -f $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
||||
rm -f "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
||||
-rmdir "$(INCDIR)"
|
||||
endef
|
||||
|
||||
$(eval $(RULES))
|
||||
|
||||
Reference in New Issue
Block a user