提交 4681aae2 编写于 作者: R Rich Felker

re-add logic for ignoring failure of ld.so symlink installation

this was inadvertently removed when switching to the new install.sh.
上级 a6b0170a
......@@ -157,7 +157,7 @@ $(DESTDIR)$(includedir)/%: include/%
$(INSTALL) -D -m 644 $< $@
$(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so
$(INSTALL) -D -l $< $@
$(INSTALL) -D -l $< $@ || true
install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册