From: Roland McGrath Date: Thu, 20 Aug 1998 22:03:33 +0000 (+0000) Subject: 1998-08-21 Roland McGrath X-Git-Tag: cvs/glibc-2_0_96~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e48355c5b6d9fab85e1179367db3df34b9e9d71;p=platform%2Fupstream%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4782fef..7553cf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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. + 1998-08-20 20:07 Ulrich Drepper * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and