From 73237de3761836016f67a10121ecc97a5d45cac4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 1998 10:14:17 +0000 Subject: Update. 1998-04-08 Andreas Schwab * configure.in: Add new option --enable-force-install. Substitute force_install. * config.make.in (force-install): Set from configure. * Makerules (force-install): New phony target. * Makeconfig (+force): New variable. * Makefile: Use it in dependency list of installation targets. * db/Makefile: Likewise. * db2/Makefile: Likewise. * elf/Makefile: Likewise. * hurd/Makefile: Likewise. * iconv/Makefile: Likewise. * iconvdata/Makefile: Likewise. * intl/Makefile: Likewise. * localedata/Makefile: Likewise. * login/Makefile: Likewise. * po/Makefile: Likewise. * sunrpc/Makefile: Likewise. * sysdeps/mach/hurd/Makefile: Likewise. * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise. * sysdeps/unix/sysv/linux/Makefile: Likewise. * timezone/Makefile: Likewise. 1998-04-08 Andreas Schwab * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default alloc_size. Pass return value of getcwd syscall to realloc. 1998-04-08 Andreas Schwab * manual/socket.texi: Spelling fixes. 1998-04-08 Andreas Schwab * elf/dl-load.c (print_search_path): Remove unused variable. --- elf/Makefile | 2 +- elf/dl-load.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index 70b0c6a3e2..8ad8d98f10 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -155,7 +155,7 @@ CFLAGS-dl-load.c += -Wno-uninitialized # rule to build a shared library. $(objpfx)libdl.so: $(objpfx)libdl_pic.a $(common-objpfx)libc.so $(objpfx)ld.so -$(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so +$(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force) $(do-install-program) $(inst_slibdir)/$(rtld-installed-name): \ diff --git a/elf/dl-load.c b/elf/dl-load.c index edaa2cc8c5..c3337e4386 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -830,7 +830,6 @@ print_search_path (struct r_search_path_elem **list, const char *what, const char *name) { char buf[max_dirnamelen + max_capstrlen]; - char *endp; int first = 1; _dl_debug_message (1, " search path=", NULL); -- cgit 1.4.1