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-520-g8da491f


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  8da491f585f6112630688d0632407f5460136ffe (commit)
      from  abe7f530bf5c741fe6f0658da7be59d8db168f7f (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=8da491f585f6112630688d0632407f5460136ffe

commit 8da491f585f6112630688d0632407f5460136ffe
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Apr 11 09:15:52 2013 +0530

    Remove eval
    
    It's not needed.

diff --git a/ChangeLog b/ChangeLog
index 4115225..5d8b297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* Rules (bench): Remove eval.
+
 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
 	    Roland McGrath  <roland@hack.frob.com>
 	    Ondrej Bilka  <neleai@seznam.cz>
diff --git a/Rules b/Rules
index d4a0027..e8e1117 100644
--- a/Rules
+++ b/Rules
@@ -199,7 +199,7 @@ run-bench = $(test-wrapper-env) \
 bench: $(binaries-bench)
 	for run in $^; do \
 	  echo "Running $${run}"; \
-	  eval $(run-bench) >>  $(objpfx)bench.out-tmp; \
+	  $(run-bench) >>  $(objpfx)bench.out-tmp; \
 	done; \
 	if [ -f $(objpfx)bench.out ]; then \
 	  mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \

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

Summary of changes:
 ChangeLog |    4 ++++
 Rules     |    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]