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.11-334-g76b667f


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  76b667f12d08588854a93774176ff37116049ff6 (commit)
      from  8824d4aa66d0bf343eac5176ebd0f5601462b677 (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=76b667f12d08588854a93774176ff37116049ff6

commit 76b667f12d08588854a93774176ff37116049ff6
Author: H.J. Lu <hongjiu.lu@intel.com>
Date:   Wed Apr 7 06:38:35 2010 -0700

    Fix non-add-on handling of libc-abis.

diff --git a/ChangeLog b/ChangeLog
index 71652e4..e46656b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* Makerules (libc-abis): Add $(..) to libc-abis.
+
 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* Makerules (libc-abis): Fix search for libc-abis in add-ons.
diff --git a/Makerules b/Makerules
index debac29..9c15a27 100644
--- a/Makerules
+++ b/Makerules
@@ -113,7 +113,7 @@ ifndef avoid-generated
 before-compile := $(common-objpfx)libc-abis.h $(before-compile)
 libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), \
 				    $(..)$D/libc-abis)) \
-			 libc-abis)
+			 $(..)libc-abis)
 $(common-objpfx)libc-abis.h: $(..)scripts/gen-libc-abis $(libc-abis)
 	$(SHELL) $(..)scripts/gen-libc-abis \
 		 $(base-machine)-$(config-vendor)-$(config-os) \

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

Summary of changes:
 ChangeLog |    4 ++++
 Makerules |    2 +-
 2 files changed, 5 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]