This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.13-233-gb0316e5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b0316e569fb5fc12301bba9d431c737e0b684196 (commit)
      from  a91710475294c66d0005bdaae0919d36ef8ce3d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b0316e569fb5fc12301bba9d431c737e0b684196

commit b0316e569fb5fc12301bba9d431c737e0b684196
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat May 28 14:22:06 2011 -0400

    Fix bug in last checkin which left ldd uninstalled

diff --git a/elf/Makefile b/elf/Makefile
index b75fc0f..7f03b5d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -173,7 +173,7 @@ endif
 ifeq ($(have-ksh)$(build-shared),yesyes)
 extra-objs += sotruss-lib.os sotruss-lib.so
 install-others += $(inst_auditdir)/sotruss-lib.so
-install-bin-script = sotruss
+install-bin-script += sotruss
 generated += sotruss
 CPPFLAGS-sotruss-lib = -DNOT_IN_libc
 $(objpfx)sotruss-lib.so: $(objpfx)sotruss-lib.os $(common-objpfx)shlib.lds

-----------------------------------------------------------------------

Summary of changes:
 elf/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]