[x264-devel] [PATCH 8/9] build: Silence 'ln' when using silent rules

Stephen Hutchinson qyot27 at gmail.com
Sat Apr 26 23:45:22 CEST 2014


---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 07c0f5e..929b6b7 100644
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,7 @@ ifneq ($(IMPLIBNAME),)
 	$(INSTALL) -d $(DESTDIR)$(bindir)
 	$(INSTALL) -m 755 $< $(DESTDIR)$(bindir)
 else ifneq ($(SONAME),)
-	ln -f -s $< $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX)
+	$(Q)ln -f -s $< $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX)
 	$(INSTALL) -m 755 $< $(DESTDIR)$(libdir)
 endif
 
-- 
1.9.1



More information about the x264-devel mailing list