diff options
author | Roland McGrath <roland@gnu.org> | 1998-08-20 22:03:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-08-20 22:03:33 +0000 |
commit | 8e48355c5b6d9fab85e1179367db3df34b9e9d71 (patch) | |
tree | f95cb016300a8f2bdfd6c0974a67613d1f188735 | |
parent | 926e512f4086995379623feab2146a96ca2f9d92 (diff) | |
download | glibc-8e48355c5b6d9fab85e1179367db3df34b9e9d71.zip glibc-8e48355c5b6d9fab85e1179367db3df34b9e9d71.tar.gz glibc-8e48355c5b6d9fab85e1179367db3df34b9e9d71.tar.bz2 |
1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
* 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.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +1998-08-21 Roland McGrath <roland@baalperazim.frob.com> + + * 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 <drepper@cygnus.com> * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and |