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.17-65-gad98e30


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  ad98e30c90f518cbcd896b1fe9e45f2318102db3 (commit)
      from  232f7002929098127125289783d4ffcb9c53be97 (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=ad98e30c90f518cbcd896b1fe9e45f2318102db3

commit ad98e30c90f518cbcd896b1fe9e45f2318102db3
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Jan 9 16:05:32 2013 -0800

    Force getconf.speclist to be generated in the others pass.

diff --git a/ChangeLog b/ChangeLog
index dac24e9..777ba4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-01-09  Roland McGrath  <roland@hack.frob.com>
 
+	* posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
+
 	* misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
 
 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
diff --git a/posix/Makefile b/posix/Makefile
index 179ad87..ce98c59 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -302,3 +302,8 @@ $(objpfx)getconf.speclist: getconf-speclist.c posix-envs.def
 	$(compile.c) -E -o - \
 	    | sed -n -e '/@@@PRESENT_/s/@@@PRESENT_//p' > $@.new
 	mv -f $@.new $@
+
+# This file is only actually needed at install time.  But forcing it to
+# be built both makes it available for eyeball inspection and avoids the
+# surprise of things that look like compilation being done by 'make install'.
+others: $(objpfx)getconf.speclist

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

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