mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Remove eval
It's not needed.
This commit is contained in:
parent
abe7f530bf
commit
8da491f585
@ -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>
|
||||
|
2
Rules
2
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; \
|
||||
|
Loading…
Reference in New Issue
Block a user