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-92-g877175d


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  877175d8ea2e0182909e04cac603017ca31022ef (commit)
      from  00401ad5b08e86f2a912a640487c34006c7c27e3 (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=877175d8ea2e0182909e04cac603017ca31022ef

commit 877175d8ea2e0182909e04cac603017ca31022ef
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Wed Apr 20 14:02:41 2011 -0400

    Fix build problem in sunrpc.

diff --git a/ChangeLog b/ChangeLog
index 91ddfb5..934a23c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-20  Ulrich Drepper  <drepper@gmail.com>
+
+	* sunrpc/Makefile: Move inclusion of Rules.
+
 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
 
 	* nss/nss_files/files-initgroups.c: New file.
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 82f2b26..f86393a 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -116,6 +116,8 @@ librpcsvc-inhibit-o = .os # Build no shared rpcsvc library.
 omit-deps = $(librpcsvc-routines)
 endif
 
+include ../Rules
+
 ifeq (yes,$(build-shared))
 rpc-compat-routines = $(addprefix compat-,$(need-export-routines))
 rpc-compat-routines.os = $(addprefix $(objpfx), \
@@ -148,8 +150,6 @@ CFLAGS-openchild.c = -fexceptions
 
 CPPFLAGS += -D_RPC_THREAD_SAFE_
 
-include ../Rules
-
 $(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so
 $(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so
 $(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so

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

Summary of changes:
 ChangeLog       |    4 ++++
 sunrpc/Makefile |    4 ++--
 2 files changed, 6 insertions(+), 2 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]