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.23-56-g684ce7e


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  684ce7e0fc57830ff7c5909e5794f571631ee83f (commit)
      from  1241b50b23f7079d38fd4018046917efa4bb0c10 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=684ce7e0fc57830ff7c5909e5794f571631ee83f

commit 684ce7e0fc57830ff7c5909e5794f571631ee83f
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Mar 4 15:45:35 2016 -0800

    Fix edito in last change.

diff --git a/Makefile b/Makefile
index 0732d48..32748b3 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ tests-clean:
 ifneq (,$(CXX))
 vpath c++-types.data $(+sysdep_dirs)
 
-tests-special += $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
+tests-special += $(objpfx)c++-types-check.out
 $(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh
 	scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) > $@; \
 	$(evaluate-test)

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

Summary of changes:
 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]