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-526-g25fe893


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  25fe89324c4d23ea467ea6902da6feb344dae3f4 (commit)
      from  cc1290d07e9bb5662642846c50c97c853d1827b5 (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=25fe89324c4d23ea467ea6902da6feb344dae3f4

commit 25fe89324c4d23ea467ea6902da6feb344dae3f4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 25 15:54:16 2012 +0000

    Fix run-program-prefix comment.

diff --git a/ChangeLog b/ChangeLog
index a62630f..5077784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-25  Joseph Myers  <joseph@codesourcery.com>
+
+	* Makeconfig (run-program-prefix): Fix comment.
+
 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
 	    Jim Blandy  <jimb@codesourcery.com>
 
diff --git a/Makeconfig b/Makeconfig
index 2b9e735..70a3d9d 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -608,7 +608,7 @@ run-via-rtld-prefix =							      \
 else
 run-via-rtld-prefix =
 endif
-# $(run-via-rtld-prefix) is a command that, when prepended to the name
+# $(run-program-prefix) is a command that, when prepended to the name
 # of a program built with the newly built library, produces a command
 # that, executed on the build system on which "make" is run, runs that
 # program.

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

Summary of changes:
 ChangeLog  |    4 ++++
 Makeconfig |    2 +-
 2 files changed, 5 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]