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.26-105-g6b11a6a


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  6b11a6ad714e7f2bb83556c77d2306e55a94ca54 (commit)
      from  bbf5c4388acdd83fe651c82c6af5e1958202101f (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=6b11a6ad714e7f2bb83556c77d2306e55a94ca54

commit 6b11a6ad714e7f2bb83556c77d2306e55a94ca54
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Aug 15 18:35:42 2017 +0200

    gmon: Run tst-gmon-prof only for run-built-tests=yes

diff --git a/ChangeLog b/ChangeLog
index fdea6b6..a1fb516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-08-15  Florian Weimer  <fweimer@redhat.com>
 
+	* gmon/Makefile (tests-special): Add tst-gmon-prof only if
+	run-built-tests.
+
+2017-08-15  Florian Weimer  <fweimer@redhat.com>
+
 	Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
 	* sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Remove
 	BROKEN_THREAD_SIGNALS code.
diff --git a/gmon/Makefile b/gmon/Makefile
index 947e6b5..39f11ac 100644
--- a/gmon/Makefile
+++ b/gmon/Makefile
@@ -42,7 +42,9 @@ CFLAGS-tst-gmon.c := -pg
 LDFLAGS-tst-gmon := $(no-pie-ldflag)
 CRT-tst-gmon := $(csu-objpfx)gcrt1.o
 tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data
+ifeq ($(run-built-tests),yes)
 tests-special += $(objpfx)tst-gmon-gprof.out
+endif
 
 include ../Rules
 

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

Summary of changes:
 ChangeLog     |    5 +++++
 gmon/Makefile |    2 ++
 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]