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.22-349-g240634e


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  240634ec353e3bf20e669201e6dca885ae35f42d (commit)
      from  02018629a1397d03eccceacaf2ee1c50e3c4001c (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=240634ec353e3bf20e669201e6dca885ae35f42d

commit 240634ec353e3bf20e669201e6dca885ae35f42d
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Oct 8 14:50:22 2015 -0700

    BZ#18872: Don't conditionalize build rules for test program.

diff --git a/ChangeLog b/ChangeLog
index df07ebf..8a4e803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-08  Roland McGrath  <roland@hack.frob.com>
+
+	[BZ #18872]
+	* stdio-common/Makefile ($(objpfx)tst-unbputc.out):
+	Move out from under [$(run-built-tests) = yes] conditional.
+	($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
+	($(objpfx)tst-printf-bz18872-mem.out): Likewise.
+
 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #18589]
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 40f5cdf..df4122d 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -74,7 +74,6 @@ include ../Rules
 
 tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace
 
-ifeq ($(run-built-tests),yes)
 $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
 	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
 	$(evaluate-test)
@@ -91,7 +90,6 @@ $(objpfx)tst-printf-bz18872.c: tst-printf-bz18872.sh
 $(objpfx)tst-printf-bz18872-mem.out: $(objpfx)tst-printf-bz18872.out
 	$(common-objpfx)malloc/mtrace $(objpfx)tst-printf-bz18872.mtrace > $@; \
 	$(evaluate-test)
-endif
 
 CFLAGS-vfprintf.c = -Wno-uninitialized
 CFLAGS-vfwprintf.c = -Wno-uninitialized

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

Summary of changes:
 ChangeLog             |    8 ++++++++
 stdio-common/Makefile |    2 --
 2 files changed, 8 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]