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-290-g90f4207


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  90f42071e3d7d7d595fcd15c7241e7be46b2c2bd (commit)
      from  7e80ddb82478e6ad9694b78c441ed00b3d09efa9 (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=90f42071e3d7d7d595fcd15c7241e7be46b2c2bd

commit 90f42071e3d7d7d595fcd15c7241e7be46b2c2bd
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Feb 26 18:50:17 2013 -0800

    Fix last change.

diff --git a/ChangeLog b/ChangeLog
index 5febe40..c39884b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,6 @@
 
 	* Makeconfig (%.v.i, %.v): Move these pattern rules outside of
 	[$(build-shared = yes].
-	(%.v.i): Filter out %.def prerequisites too.
 
 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
diff --git a/Makeconfig b/Makeconfig
index 795edd3..79035e3 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -878,7 +878,7 @@ subdir-srcdirs = $(foreach dir,$(subdirs),\
 # (but no commands).
 %.v.i: $(common-objpfx)config.h $(..)Makeconfig
 	sed '/^[ 	]*%/!s/#.*$$//;/^[ 	]*$$/d;s/^[ 	]*%/#/' \
-	    $(filter-out FORCE %.h %.def $(..)Makeconfig,$^) \
+	    $(filter-out FORCE %.h $(..)Makeconfig,$^) \
 	| $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
 		   > $@T
 	mv -f $@T $@

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

Summary of changes:
 ChangeLog  |    1 -
 Makeconfig |    2 +-
 2 files changed, 1 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]