From 9d141cae00c957096045d08fe504b4a2be66ab75 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Aug 1998 19:44:05 +0000 Subject: Update. 1998-08-13 19:41 Ulrich Drepper * posix/getconf.c: Add support for systems with incomplete confname.h. * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined. * sysdeps/posix/wait3.c: Make it work. 1998-08-13 Andreas Jaeger * Makefile ($(inst_slibdir)/libc-$(version).so): Remove. (elf/ldso_install): Remove. * elf/Makefile (distribute): Add sln.c. (others): Add sln. (others-static): Add sln. (install-rootsbin): Add sln. (others-static): Add sln. (ldso_install): Remove. 1998-07-24 10:58 Andreas Schwab * Makerules (install-clean-symbolic-link-list): Make phony. * Makefile (install-symbolic-link): Make phony. Depend on subdir_install for parallel makes. 1998-07-22 Ulrich Drepper * elf/Makefile (distribute): Add sln.c 1998-07-21 07:10 H.J. Lu * elf/sln.c: New file. * Makerules (symbolic-link-prog, symbolic-link-list): New macros. (install-clean-symbolic-link-list): New target. (install): Depend on install-clean-symbolic-link-list. (make-shlib-link): Changed for $(symbolic-link-list). * Makefile (install-symbolic-link): New target. (install): Depend on install-symbolic-link. --- Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 030d66029c..b558a25564 100644 --- a/Makefile +++ b/Makefile @@ -86,17 +86,15 @@ endif # Install from subdirectories too. install: subdir_install -# Make sure that the dynamic linker is installed before libc. -$(inst_slibdir)/libc-$(version).so: elf/ldso_install - -.PHONY: elf/ldso_install -elf/ldso_install: - $(MAKE) -C $(@D) $(@F) - # Create links for shared libraries using the `ldconfig' program is possible. # Ignore the error if we cannot update /etc/ld.so.cache. ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) +install: install-symblolic-link +.PHONY: install-symblolic-link +install-symblolic-link: subdir_install + $(symbolic-link-prog) $(symbolic-link-list) + install: -test ! -x $(common-objpfx)elf/ldconfig || \ $(common-objpfx)elf/ldconfig -d $(inst_slibdir) $(inst_libdir) -- cgit 1.4.1