about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-11 09:15:52 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-11 09:15:52 +0530
commit8da491f585f6112630688d0632407f5460136ffe (patch)
tree885a7adefd8709204250252c5835fa2a3af3a020
parentabe7f530bf5c741fe6f0658da7be59d8db168f7f (diff)
downloadglibc-8da491f585f6112630688d0632407f5460136ffe.tar.gz
glibc-8da491f585f6112630688d0632407f5460136ffe.tar.xz
glibc-8da491f585f6112630688d0632407f5460136ffe.zip
Remove eval
It's not needed.
-rw-r--r--ChangeLog4
-rw-r--r--Rules2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 411522580f..5d8b297b37 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 d4a0027dd6..e8e111772b 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; \