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-117-g93f5c4e


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  93f5c4e2e552e96511e59139dd7b7bc9f630133d (commit)
      from  66438c3fe12d88721f395d3601fa192e03b208ba (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=93f5c4e2e552e96511e59139dd7b7bc9f630133d

commit 93f5c4e2e552e96511e59139dd7b7bc9f630133d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jan 14 22:10:58 2013 +0000

    Use $(host-test-program-cmd) not $(test-program-cmd) for bug-setlocale1.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 2279861..58890d1 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-14  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
+	not $(test-program-cmd).
+
 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* Makefile ($(objpfx)sort-test.out): Replace
diff --git a/localedata/Makefile b/localedata/Makefile
index 11a6a79..52c39b3 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -288,7 +288,7 @@ $(objpfx)mtrace-tst-leaks: $(objpfx)tst-leaks.out
 	$(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@
 
 bug-setlocale1-ENV = LOCPATH=$(common-objpfx)localedata
-bug-setlocale1-ARGS = -- $(test-program-cmd)
+bug-setlocale1-ARGS = -- $(host-test-program-cmd)
 bug-setlocale1-static-ENV = $(bug-setlocale1-ENV)
 bug-setlocale1-static-ARGS = $(bug-setlocale1-ARGS)
 tst-setlocale2-ENV = LOCPATH=$(common-objpfx)localedata

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

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