mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-09 23:04:12 +03:00
re-add logic for ignoring failure of ld.so symlink installation
this was inadvertently removed when switching to the new install.sh.
This commit is contained in:
parent
a6b0170a7f
commit
4681aae23a
2
Makefile
2
Makefile
@ -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),)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user