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.25-103-gc381204


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  c38120459219ecb5827c42e793cb3921be089f2f (commit)
      from  d40dbe722f004f999b589de776f7e57e564dda01 (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=c38120459219ecb5827c42e793cb3921be089f2f

commit c38120459219ecb5827c42e793cb3921be089f2f
Author: Thorsten Kukuk <kukuk@thkukuk.de>
Date:   Mon Mar 13 17:26:43 2017 +0100

    The rpcgen tests should not run if we don't build rpcgen.
    
    	* sunrpc/Makefile: only run rpcgen tests if we build rpcgen.

diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 1cdaec7..a5177ff 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -104,9 +104,11 @@ tests += tst-svc_register tst-udp-garbage
 endif
 
 ifeq ($(run-built-tests),yes)
+ifeq ($(link-obsolete-rpc),yes)
 rpcgen-tests := $(objpfx)bug20790.out
 tests-special += $(rpcgen-tests)
 endif
+endif
 
 ifeq ($(link-obsolete-rpc),yes)
 headers += $(rpcsvc:%.x=rpcsvc/%.h)

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

Summary of changes:
 sunrpc/Makefile |    2 ++
 1 files changed, 2 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]