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.16-ports-merge-221-g3bd9e99


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  3bd9e9931bcb4ae2874a95319a11dff4c604afb6 (commit)
      from  d1f0938405168df23e24f3446480f96b62e523b5 (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=3bd9e9931bcb4ae2874a95319a11dff4c604afb6

commit 3bd9e9931bcb4ae2874a95319a11dff4c604afb6
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Aug 17 13:42:27 2012 -0700

    Fix rule dependency in last change.

diff --git a/ChangeLog b/ChangeLog
index 091e25a..6f793c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-17  Roland McGrath  <roland@hack.frob.com>
+
+	* intl/Makefile ($(codeset_mo)): Depend on the input file.
+
 2012-08-17  Jeff Law <law@redhat.com>
 
 	* intl/Makefile (codeset_mo): New variable.
diff --git a/intl/Makefile b/intl/Makefile
index d63ffe4..d3ea4cb 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -66,9 +66,9 @@ endif
 # spurious test failures.
 codeset_mo = $(objpfx)domaindir/de_DE/LC_MESSAGES/codeset.mo
 
-$(codeset_mo):
+$(codeset_mo): tstcodeset.po
 	$(make-target-directory)
-	msgfmt -o $@T tstcodeset.po
+	msgfmt -o $@T $<
 	mv -f $@T $@
 
 $(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out

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

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