From 926e512f4086995379623feab2146a96ca2f9d92 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 20 Aug 1998 22:02:17 +0000 Subject: 1998-08-21 Roland McGrath * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these with magic comments ###BASH-ONLY and ###END-BASH-ONLY. * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in. (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite). (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by those magic comments, and to use /bin/sh for @BASH@. (bash-ldd-rewrite): Use $(common-ldd-rewrite). * elf/ldd.sh.in: File removed. --- elf/ldd.bash.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/ldd.bash.in') diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index f6ffa6b4e8..f0d50e4430 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -24,9 +24,11 @@ # run-time dynamic linker as a command and setting the environment # variable LD_TRACE_LOADED_OBJECTS to a non-empty value. +###BASH-ONLY # We should be able to find the translation right at the beginning. TEXTDOMAIN=libc TEXTDOMAINDIR=@TEXTDOMAINDIR@ +###END-BASH-ONLY RTLD=@RTLD@ warn= -- cgit v1.2.3