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-834-gf3bc5e5


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  f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea (commit)
      from  be09e8c9ec07e40da339a437cbd608027965ef58 (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=f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea

commit f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Fri Jun 21 18:13:39 2013 +0100

    dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.

diff --git a/ChangeLog b/ChangeLog
index b02c895..f3ac800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
+	$(tststatic-ENV).
+
 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
 	[BZ #15655]
diff --git a/dlfcn/Makefile b/dlfcn/Makefile
index c2ebdca..20e6f02 100644
--- a/dlfcn/Makefile
+++ b/dlfcn/Makefile
@@ -51,7 +51,7 @@ tests += tststatic tststatic2
 tests-static += tststatic tststatic2
 modules-names += modstatic modstatic2
 tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
-tststatic2-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
+tststatic2-ENV = $(tststatic-ENV)
 endif
 
 extra-test-objs += $(modules-names:=.os)

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

Summary of changes:
 ChangeLog      |    5 +++++
 dlfcn/Makefile |    2 +-
 2 files changed, 6 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]